ArcFM Server Developer Guide
startElement(String,String,String,IVBSAXAttributes) Method


Syntax
'Declaration
 
Public Overloads Overridable Sub startElement( _
   ByRef strNamespaceURI As String, _
   ByRef strLocalName As String, _
   ByRef strQName As String, _
   ByVal oAttributes As IVBSAXAttributes _
) 
'Usage
 
Dim instance As MXHTMLWriter60Class
Dim strNamespaceURI As String
Dim strLocalName As String
Dim strQName As String
Dim oAttributes As IVBSAXAttributes
 
instance.startElement(strNamespaceURI, strLocalName, strQName, oAttributes)
public virtual 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

MXHTMLWriter60Class Class
MXHTMLWriter60Class Members
Overload List

 

 


Send Comment