ArcFM Desktop Developer Guide
startElement Method (IVBSAXContentHandler)


Syntax
'Declaration
 
<DispIdAttribute(1327)>
Sub startElement( _
   ByRef strNamespaceURI As String, _
   ByRef strLocalName As String, _
   ByRef strQName As String, _
   ByVal oAttributes As IVBSAXAttributes _
) 
'Usage
 
Dim instance As IVBSAXContentHandler
Dim strNamespaceURI As String
Dim strLocalName As String
Dim strQName As String
Dim oAttributes As IVBSAXAttributes
 
instance.startElement(strNamespaceURI, strLocalName, strQName, oAttributes)
[DispId(1327)]
void startElement( 
   out string strNamespaceURI,
   out string strLocalName,
   out string strQName,
   IVBSAXAttributes oAttributes
)

Parameters

strNamespaceURI
strLocalName
strQName
oAttributes
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

IVBSAXContentHandler Interface
IVBSAXContentHandler Members

 

 


Send Comment