ArcFM Server Developer Guide
startDTD Method (IVBSAXLexicalHandler)


Syntax
'Declaration
 
<DispIdAttribute(1358)>
Sub startDTD( _
   ByRef strName As String, _
   ByRef strPublicId As String, _
   ByRef strSystemId As String _
) 
'Usage
 
Dim instance As IVBSAXLexicalHandler
Dim strName As String
Dim strPublicId As String
Dim strSystemId As String
 
instance.startDTD(strName, strPublicId, strSystemId)
[DispId(1358)]
void startDTD( 
   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

IVBSAXLexicalHandler Interface
IVBSAXLexicalHandler Members

 

 


Send Comment