ArcFM Server Developer Guide
createTextNode Method (FreeThreadedDOMDocument60Class)


Syntax
'Declaration
 
<DispIdAttribute(43)>
Public Overridable Function createTextNode( _
   ByVal data As String _
) As IXMLDOMText
'Usage
 
Dim instance As FreeThreadedDOMDocument60Class
Dim data As String
Dim value As IXMLDOMText
 
value = instance.createTextNode(data)
[DispId(43)]
public virtual IXMLDOMText createTextNode( 
   string data
)

Parameters

data
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