ArcFM Server Developer Guide
insertBefore Method (IXMLDOMDocument)


Syntax
'Declaration
 
<DispIdAttribute(13)>
Function insertBefore( _
   ByVal newChild As IXMLDOMNode, _
   ByVal refChild As Object _
) As IXMLDOMNode
'Usage
 
Dim instance As IXMLDOMDocument
Dim newChild As IXMLDOMNode
Dim refChild As Object
Dim value As IXMLDOMNode
 
value = instance.insertBefore(newChild, refChild)
[DispId(13)]
IXMLDOMNode insertBefore( 
   IXMLDOMNode newChild,
   object refChild
)

Parameters

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

IXMLDOMDocument Interface
IXMLDOMDocument Members

 

 


Send Comment