ArcFM Server Developer Guide
getName Method (SAXAttributes60Class)


Syntax
'Declaration
 
Public Overridable Sub getName( _
   ByVal nIndex As Integer, _
   ByVal ppwchUri As IntPtr, _
   ByRef pcchUri As Integer, _
   ByVal ppwchLocalName As IntPtr, _
   ByRef pcchLocalName As Integer, _
   ByVal ppwchQName As IntPtr, _
   ByRef pcchQName As Integer _
) 
'Usage
 
Dim instance As SAXAttributes60Class
Dim nIndex As Integer
Dim ppwchUri As IntPtr
Dim pcchUri As Integer
Dim ppwchLocalName As IntPtr
Dim pcchLocalName As Integer
Dim ppwchQName As IntPtr
Dim pcchQName As Integer
 
instance.getName(nIndex, ppwchUri, pcchUri, ppwchLocalName, pcchLocalName, ppwchQName, pcchQName)
public virtual void getName( 
   int nIndex,
   out IntPtr ppwchUri,
   out int pcchUri,
   out IntPtr ppwchLocalName,
   out int pcchLocalName,
   out IntPtr ppwchQName,
   out int pcchQName
)

Parameters

nIndex
ppwchUri
pcchUri
ppwchLocalName
pcchLocalName
ppwchQName
pcchQName
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

SAXAttributes60Class Class
SAXAttributes60Class Members

 

 


Send Comment