ArcFM Desktop Developer Guide
GetLength(IRiserTwistFactorFinder,IConvertRowTo<ILengthObject>,IRow) Method


Syntax
'Declaration
 
Public Function GetLength( _
   ByVal rTwistFactorFinder As IRiserTwistFactorFinder, _
   ByVal lc As IConvertRowTo(Of ILengthObject), _
   ByVal row As ESRI.ArcGIS.Geodatabase.IRow _
) As Double
'Usage
 
Dim instance As BulkHierarchyUpperLevelObjectInfo
Dim rTwistFactorFinder As IRiserTwistFactorFinder
Dim lc As IConvertRowTo(Of ILengthObject)
Dim row As ESRI.ArcGIS.Geodatabase.IRow
Dim value As Double
 
value = instance.GetLength(rTwistFactorFinder, lc, row)
public double GetLength( 
   IRiserTwistFactorFinder rTwistFactorFinder,
   IConvertRowTo<ILengthObject> lc,
   ESRI.ArcGIS.Geodatabase.IRow row
)

Parameters

rTwistFactorFinder
lc
row
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

BulkHierarchyUpperLevelObjectInfo Class
BulkHierarchyUpperLevelObjectInfo Members

 

 


Send Comment