ArcFM Desktop Developer Guide
CreateConnectableTypeElement Method


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

Parameters

doc
The document to create the Element

Return Value

XmlElement of Connectable Type 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