ArcFM Desktop Developer Guide
externalEntityDecl Method (IVBSAXDeclHandler)


Syntax
'Declaration
 
<DispIdAttribute(1370)>
Sub externalEntityDecl( _
   ByRef strName As String, _
   ByRef strPublicId As String, _
   ByRef strSystemId As String _
) 
'Usage
 
Dim instance As IVBSAXDeclHandler
Dim strName As String
Dim strPublicId As String
Dim strSystemId As String
 
instance.externalEntityDecl(strName, strPublicId, strSystemId)
[DispId(1370)]
void externalEntityDecl( 
   out string strName,
   out string strPublicId,
   out string strSystemId
)

Parameters

strName
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

IVBSAXDeclHandler Interface
IVBSAXDeclHandler Members

 

 


Send Comment