ArcFM Desktop Developer Guide
CreateGridFacetNameElement Method


The XmlDocument to create the element
The Name of the Node
CreateGridFacetNameElement creates an XmlElement of Grid Facet Name data.
Syntax
'Declaration
 
Public Shared Function CreateGridFacetNameElement( _
   ByVal doc As XmlDocument, _
   ByVal name As Char _
) As XmlElement
'Usage
 
Dim doc As XmlDocument
Dim name As Char
Dim value As XmlElement
 
value = XmlElementFactory.CreateGridFacetNameElement(doc, name)
public static XmlElement CreateGridFacetNameElement( 
   XmlDocument doc,
   char name
)

Parameters

doc
The XmlDocument to create the element
name
The Name of the Node

Return Value

XmlElement of Grid Facet 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