ArcFM Desktop Developer Guide
getQName Method (ISAXAttributes)


Syntax
'Declaration
 
Sub getQName( _
   ByVal nIndex As Integer, _
   ByVal ppwchQName As IntPtr, _
   ByRef pcchQName As Integer _
) 
'Usage
 
Dim instance As ISAXAttributes
Dim nIndex As Integer
Dim ppwchQName As IntPtr
Dim pcchQName As Integer
 
instance.getQName(nIndex, ppwchQName, pcchQName)
void getQName( 
   int nIndex,
   out IntPtr ppwchQName,
   out int pcchQName
)

Parameters

nIndex
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

ISAXAttributes Interface
ISAXAttributes Members

 

 


Send Comment