ArcFM Desktop Developer Guide
CreateFiberRowColumnElement Method


The XmlDocument to create the element
The name of the column
Determines if the column is colored
The color of the column
The stripes of the column
The value of the column
CreateFiberRowColumnElement creates an XmlElement of COLUMN data.
Syntax
'Declaration
 
Public Shared Function CreateFiberRowColumnElement( _
   ByVal doc As XmlDocument, _
   ByVal name As String, _
   ByVal colored As Boolean, _
   ByVal color As String, _
   ByVal stripes() As String, _
   ByVal blocks() As String, _
   ByVal value As String _
) As XmlElement
'Usage
 
Dim doc As XmlDocument
Dim name As String
Dim colored As Boolean
Dim color As String
Dim stripes() As String
Dim blocks() As String
Dim value As String
Dim value As XmlElement
 
value = XmlElementFactory.CreateFiberRowColumnElement(doc, name, colored, color, stripes, blocks, value)
public static XmlElement CreateFiberRowColumnElement( 
   XmlDocument doc,
   string name,
   bool colored,
   string color,
   string[] stripes,
   string[] blocks,
   string value
)

Parameters

doc
The XmlDocument to create the element
name
The name of the column
colored
Determines if the column is colored
color
The color of the column
stripes
The stripes of the column
blocks
value
The value of the column

Return Value

XmlElement of the Column 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