ArcFM Engine Developer Guide
InitializeDirectionalTreeData Method


Syntax
'Declaration
 
Public Sub InitializeDirectionalTreeData( _
   ByVal rowsToTrace As IEnumerable(Of IRow), _
   ByVal rowConvertor As RowConvertor, _
   ByVal useXStyle As Boolean _
) 
'Usage
 
Dim instance As FiberSelector
Dim rowsToTrace As IEnumerable(Of IRow)
Dim rowConvertor As RowConvertor
Dim useXStyle As Boolean
 
instance.InitializeDirectionalTreeData(rowsToTrace, rowConvertor, useXStyle)
public void InitializeDirectionalTreeData( 
   IEnumerable<IRow> rowsToTrace,
   RowConvertor rowConvertor,
   bool useXStyle
)

Parameters

rowsToTrace
rowConvertor
useXStyle
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

FiberSelector Class
FiberSelector Members

 

 


Send Comment