ArcFM Desktop Developer Guide
CreateRowGuidElement Method


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

Parameters

doc
The XmlDocument to create the element
rowGuid
The Guid of the Row

Return Value

XmlElement of Row 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