ArcFM Desktop Developer Guide
CreateNodeGuidElement Method


The XmlDocument to create the element
The Guid of the Node
CreateNodeGuidElement creates an XmlElement of Node GUID data.
Syntax
'Declaration
 
Public Shared Function CreateNodeGuidElement( _
   ByVal doc As XmlDocument, _
   ByVal nodeGuid As String _
) As XmlElement
'Usage
 
Dim doc As XmlDocument
Dim nodeGuid As String
Dim value As XmlElement
 
value = XmlElementFactory.CreateNodeGuidElement(doc, nodeGuid)
public static XmlElement CreateNodeGuidElement( 
   XmlDocument doc,
   string nodeGuid
)

Parameters

doc
The XmlDocument to create the element
nodeGuid
The Guid of the Node

Return Value

XmlElement of Node GUID 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

XmlElementFactory Class
XmlElementFactory Members

 

 


Send Comment