ArcFM Engine Developer Guide
InitializeTreeData(IFeature,RowConvertor) Method


Syntax
'Declaration
 
Public Overloads Sub InitializeTreeData( _
   ByVal feature As IFeature, _
   ByVal rowConvertor As RowConvertor _
) 
'Usage
 
Dim instance As FiberSelector
Dim feature As IFeature
Dim rowConvertor As RowConvertor
 
instance.InitializeTreeData(feature, rowConvertor)
public void InitializeTreeData( 
   IFeature feature,
   RowConvertor rowConvertor
)

Parameters

feature
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