ArcFM Server Developer Guide
getURI(String,IXMLDOMNode,UInt16,Int32) Method


Syntax
'Declaration
 
Public Overloads Overridable Sub getURI( _
   ByVal pwchPrefix As String, _
   ByVal pContextNode As IXMLDOMNode, _
   ByRef pwchUri As UShort, _
   ByRef pcchUri As Integer _
) 
'Usage
 
Dim instance As MXNamespaceManager60Class
Dim pwchPrefix As String
Dim pContextNode As IXMLDOMNode
Dim pwchUri As UShort
Dim pcchUri As Integer
 
instance.getURI(pwchPrefix, pContextNode, pwchUri, pcchUri)
public virtual 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

MXNamespaceManager60Class Class
MXNamespaceManager60Class Members
Overload List

 

 


Send Comment