ArcFM Desktop Developer Guide
getURI Method (ISAXAttributes)


Syntax
'Declaration
 
Sub getURI( _
   ByVal nIndex As Integer, _
   ByVal ppwchUri As IntPtr, _
   ByRef pcchUri As Integer _
) 
'Usage
 
Dim instance As ISAXAttributes
Dim nIndex As Integer
Dim ppwchUri As IntPtr
Dim pcchUri As Integer
 
instance.getURI(nIndex, ppwchUri, pcchUri)
void getURI( 
   int nIndex,
   out IntPtr ppwchUri,
   out int pcchUri
)

Parameters

nIndex
ppwchUri
pcchUri
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