ArcFM Server Developer Guide
getURI Method (IMXNamespaceManager)


Syntax
'Declaration
 
Sub getURI( _
   ByVal pwchPrefix As String, _
   ByVal pContextNode As IXMLDOMNode, _
   ByRef pwchUri As UShort, _
   ByRef pcchUri As Integer _
) 
'Usage
 
Dim instance As IMXNamespaceManager
Dim pwchPrefix As String
Dim pContextNode As IXMLDOMNode
Dim pwchUri As UShort
Dim pcchUri As Integer
 
instance.getURI(pwchPrefix, pContextNode, pwchUri, pcchUri)
void getURI( 
   string pwchPrefix,
   IXMLDOMNode pContextNode,
   out ushort pwchUri,
   out int pcchUri
)

Parameters

pwchPrefix
pContextNode
pwchUri
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

IMXNamespaceManager Interface
IMXNamespaceManager Members

 

 


Send Comment