ArcFM Desktop Developer Guide
CreateGridableLocationNameElement Method


The XmlDocument to create the element
The Name of the gridable location
CreateGridableLocationNameElement creates an XmlElement of Gridable Location Name data.
Syntax
'Declaration
 
Public Shared Function CreateGridableLocationNameElement( _
   ByVal doc As XmlDocument, _
   ByVal gridableLocationName As String _
) As XmlElement
'Usage
 
Dim doc As XmlDocument
Dim gridableLocationName As String
Dim value As XmlElement
 
value = XmlElementFactory.CreateGridableLocationNameElement(doc, gridableLocationName)
public static XmlElement CreateGridableLocationNameElement( 
   XmlDocument doc,
   string gridableLocationName
)

Parameters

doc
The XmlDocument to create the element
gridableLocationName
The Name of the gridable location

Return Value

XmlElement of Gridable Location Name 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