ArcFM Server Developer Guide
getPrefix Method (IMXNamespaceManager)


Syntax
'Declaration
 
Sub getPrefix( _
   ByVal pwszNamespaceURI As String, _
   ByVal nIndex As Integer, _
   ByRef pwchPrefix As UShort, _
   ByRef pcchPrefix As Integer _
) 
'Usage
 
Dim instance As IMXNamespaceManager
Dim pwszNamespaceURI As String
Dim nIndex As Integer
Dim pwchPrefix As UShort
Dim pcchPrefix As Integer
 
instance.getPrefix(pwszNamespaceURI, nIndex, pwchPrefix, pcchPrefix)
void getPrefix( 
   string pwszNamespaceURI,
   int nIndex,
   out ushort pwchPrefix,
   out int pcchPrefix
)

Parameters

pwszNamespaceURI
nIndex
pwchPrefix
pcchPrefix
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