ArcFM Server Developer Guide
importNode Method (IXMLDOMDocument3)


Syntax
'Declaration
 
<DispIdAttribute(209)>
Function importNode( _
   ByVal node As IXMLDOMNode, _
   ByVal deep As Boolean _
) As IXMLDOMNode
'Usage
 
Dim instance As IXMLDOMDocument3
Dim node As IXMLDOMNode
Dim deep As Boolean
Dim value As IXMLDOMNode
 
value = instance.importNode(node, deep)
[DispId(209)]
IXMLDOMNode importNode( 
   IXMLDOMNode node,
   bool deep
)

Parameters

node
deep
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

IXMLDOMDocument3 Interface
IXMLDOMDocument3 Members

 

 


Send Comment