ArcFM Desktop Developer Guide
CreateFiberRowPositionElement Method


The document to create the Element
The position of the Fiber Row
CreateFiberRowPositionElement creates an XmlElement of fiber row position data.
Syntax
'Declaration
 
Public Shared Function CreateFiberRowPositionElement( _
   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.CreateFiberRowPositionElement(doc, position)
public static XmlElement CreateFiberRowPositionElement( 
   XmlDocument doc,
   int position
)

Parameters

doc
The document to create the Element
position
The position of the Fiber Row

Return Value

XmlElement of Fiber Row 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