ArcFM Desktop Developer Guide
CreatePositionElement Method


The XmlDocument to create the element
The position data
CreatePositionElement creates an XmlElement of Position data.
Syntax
'Declaration
 
Public Shared Function CreatePositionElement( _
   ByVal doc As XmlDocument, _
   ByVal position As Integer _
) As XmlElement
'Usage
 
Dim doc As XmlDocument
Dim position As Integer
Dim value As XmlElement
 
value = XmlElementFactory.CreatePositionElement(doc, position)
public static XmlElement CreatePositionElement( 
   XmlDocument doc,
   int position
)

Parameters

doc
The XmlDocument to create the element
position
The position data

Return Value

XmlElement of Position 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