ArcFM Desktop Developer Guide
removeQualifiedItem Method


Syntax
'Declaration
 
<DispIdAttribute(88)>
Function removeQualifiedItem( _
   ByVal baseName As String, _
   ByVal namespaceURI As String _
) As IXMLDOMNode
'Usage
 
Dim instance As IXMLDOMNamedNodeMap
Dim baseName As String
Dim namespaceURI As String
Dim value As IXMLDOMNode
 
value = instance.removeQualifiedItem(baseName, namespaceURI)
[DispId(88)]
IXMLDOMNode removeQualifiedItem( 
   string baseName,
   string namespaceURI
)

Parameters

baseName
namespaceURI
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

IXMLDOMNamedNodeMap Interface
IXMLDOMNamedNodeMap Members

 

 


Send Comment