ArcFM Server Developer Guide
CreateSplicedTableNameElement Method


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

Parameters

doc
The XmlDocument to create the element
tableName
The name of the Spliced Table

Return Value

XmlElement of spliced table 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