ArcFM Desktop Developer Guide
CreateConnectableTypeNameElement Method


The document to create the Element
The connectable type name
CreateConnectableTypeNameElement creates an XmlElement of connectable type name data.
Syntax
'Declaration
 
Public Shared Function CreateConnectableTypeNameElement( _
   ByVal doc As XmlDocument, _
   ByVal connectableTypeName As String _
) As XmlElement
'Usage
 
Dim doc As XmlDocument
Dim connectableTypeName As String
Dim value As XmlElement
 
value = XmlElementFactory.CreateConnectableTypeNameElement(doc, connectableTypeName)
public static XmlElement CreateConnectableTypeNameElement( 
   XmlDocument doc,
   string connectableTypeName
)

Parameters

doc
The document to create the Element
connectableTypeName
The connectable type name

Return Value

XmlElement of connectable type 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