ArcFM Desktop Developer Guide
CreateSplicedTableColumnNameElement Method


The XmlDocument to create the element
The name of the column
CreateSplicedTableColumnNameElement creates an XmlElement of Spliced Table Column Name data.
Syntax
'Declaration
 
Public Shared Function CreateSplicedTableColumnNameElement( _
   ByVal doc As XmlDocument, _
   ByVal columnName As String _
) As XmlElement
'Usage
 
Dim doc As XmlDocument
Dim columnName As String
Dim value As XmlElement
 
value = XmlElementFactory.CreateSplicedTableColumnNameElement(doc, columnName)
public static XmlElement CreateSplicedTableColumnNameElement( 
   XmlDocument doc,
   string columnName
)

Parameters

doc
The XmlDocument to create the element
columnName
The name of the column

Return Value

XmlElement of Spliced Table Column 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