ArcFM Server Developer Guide
replaceChild Method (FreeThreadedDOMDocument60Class)


Syntax
'Declaration
 
<DispIdAttribute(14)>
Public Overridable Function replaceChild( _
   ByVal newChild As IXMLDOMNode, _
   ByVal oldChild As IXMLDOMNode _
) As IXMLDOMNode
'Usage
 
Dim instance As FreeThreadedDOMDocument60Class
Dim newChild As IXMLDOMNode
Dim oldChild As IXMLDOMNode
Dim value As IXMLDOMNode
 
value = instance.replaceChild(newChild, oldChild)
[DispId(14)]
public virtual IXMLDOMNode replaceChild( 
   IXMLDOMNode newChild,
   IXMLDOMNode oldChild
)

Parameters

newChild
oldChild
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

FreeThreadedDOMDocument60Class Class
FreeThreadedDOMDocument60Class Members

 

 


Send Comment