ArcFM Desktop Developer Guide
endElement(UInt16,Int32,UInt16,Int32,UInt16,Int32) Method


Syntax
'Declaration
 
Public Overloads Overridable Sub endElement( _
   ByRef pwchNamespaceUri As UShort, _
   ByVal cchNamespaceUri As Integer, _
   ByRef pwchLocalName As UShort, _
   ByVal cchLocalName As Integer, _
   ByRef pwchQName As UShort, _
   ByVal cchQName As Integer _
) 
'Usage
 
Dim instance As MXXMLWriter60Class
Dim pwchNamespaceUri As UShort
Dim cchNamespaceUri As Integer
Dim pwchLocalName As UShort
Dim cchLocalName As Integer
Dim pwchQName As UShort
Dim cchQName As Integer
 
instance.endElement(pwchNamespaceUri, cchNamespaceUri, pwchLocalName, cchLocalName, pwchQName, cchQName)
public virtual void endElement( 
   ref ushort pwchNamespaceUri,
   int cchNamespaceUri,
   ref ushort pwchLocalName,
   int cchLocalName,
   ref ushort pwchQName,
   int cchQName
)

Parameters

pwchNamespaceUri
cchNamespaceUri
pwchLocalName
cchLocalName
pwchQName
cchQName
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

MXXMLWriter60Class Class
MXXMLWriter60Class Members
Overload List

 

 


Send Comment