ArcFM Desktop Developer Guide
CreateToConnectionNameElement Method


Syntax
'Declaration
 
Public Shared Function CreateToConnectionNameElement( _
   ByVal doc As XmlDocument, _
   ByVal toSplicePointName As String _
) As XmlElement
'Usage
 
Dim doc As XmlDocument
Dim toSplicePointName As String
Dim value As XmlElement
 
value = XmlElementFactory.CreateToConnectionNameElement(doc, toSplicePointName)
public static XmlElement CreateToConnectionNameElement( 
   XmlDocument doc,
   string toSplicePointName
)

Parameters

doc
toSplicePointName
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