ArcFM Desktop Developer Guide
resolveEntity Method (ISAXEntityResolver)


Syntax
'Declaration
 
Function resolveEntity( _
   ByRef pwchPublicId As UShort, _
   ByRef pwchSystemId As UShort _
) As Object
'Usage
 
Dim instance As ISAXEntityResolver
Dim pwchPublicId As UShort
Dim pwchSystemId As UShort
Dim value As Object
 
value = instance.resolveEntity(pwchPublicId, pwchSystemId)
object resolveEntity( 
   ref ushort pwchPublicId,
   ref ushort pwchSystemId
)

Parameters

pwchPublicId
pwchSystemId
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ISAXEntityResolver Interface
ISAXEntityResolver Members

 

 


Send Comment