ArcFM Desktop Developer Guide
resolveEntity Method (IVBSAXEntityResolver)


Syntax
'Declaration
 
<DispIdAttribute(1319)>
Function resolveEntity( _
   ByRef strPublicId As String, _
   ByRef strSystemId As String _
) As Object
'Usage
 
Dim instance As IVBSAXEntityResolver
Dim strPublicId As String
Dim strSystemId As String
Dim value As Object
 
value = instance.resolveEntity(strPublicId, strSystemId)
[DispId(1319)]
object resolveEntity( 
   out string strPublicId,
   out string strSystemId
)

Parameters

strPublicId
strSystemId
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

IVBSAXEntityResolver Interface
IVBSAXEntityResolver Members

 

 


Send Comment