ArcFM Desktop Developer Guide
CreateSpliceLocationNameElement Method


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

Parameters

doc
The XmlDocument to create the element
spliceLocationName
The Name of the splice location

Return Value

XmlElement of Splice Location 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