ArcFM Engine Developer Guide
InitializeTreeData(IEnumerable<IFeature>,RowConvertor) Method


Syntax
'Declaration
 
Public Overloads Sub InitializeTreeData( _
   ByVal features As IEnumerable(Of IFeature), _
   ByVal rowConvertor As RowConvertor _
) 
'Usage
 
Dim instance As FiberSelector
Dim features As IEnumerable(Of IFeature)
Dim rowConvertor As RowConvertor
 
instance.InitializeTreeData(features, rowConvertor)
public void InitializeTreeData( 
   IEnumerable<IFeature> features,
   RowConvertor rowConvertor
)

Parameters

features
rowConvertor
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
Overload List

 

 


Send Comment