ArcFM Server Developer Guide
createNode Method (IXMLDOMDocument)


Syntax
'Declaration
 
<DispIdAttribute(54)>
Function createNode( _
   ByVal type As Object, _
   ByVal name As String, _
   ByVal namespaceURI As String _
) As IXMLDOMNode
'Usage
 
Dim instance As IXMLDOMDocument
Dim type As Object
Dim name As String
Dim namespaceURI As String
Dim value As IXMLDOMNode
 
value = instance.createNode(type, name, namespaceURI)
[DispId(54)]
IXMLDOMNode createNode( 
   object type,
   string name,
   string namespaceURI
)

Parameters

type
name
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

IXMLDOMDocument Interface
IXMLDOMDocument Members

 

 


Send Comment