ArcFM Desktop Developer Guide
CreateLinearFeatureIdElement Method


The document to create the Element
The feature ID to put in the element
CreateLinearFeatureIDElement creates a Linear Feature ID XmlElement.
Syntax
'Declaration
 
Public Shared Function CreateLinearFeatureIdElement( _
   ByVal doc As XmlDocument, _
   ByVal linearFeatureId As String _
) As XmlElement
'Usage
 
Dim doc As XmlDocument
Dim linearFeatureId As String
Dim value As XmlElement
 
value = XmlElementFactory.CreateLinearFeatureIdElement(doc, linearFeatureId)
public static XmlElement CreateLinearFeatureIdElement( 
   XmlDocument doc,
   string linearFeatureId
)

Parameters

doc
The document to create the Element
linearFeatureId
The feature ID to put in the element

Return Value

XmlElement of Linear Feature ID 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