ArcFM Desktop Developer Guide
RunDirectionalTrace Method


Syntax
'Declaration
 
Public Sub RunDirectionalTrace( _
   ByVal selectedRow As IRow, _
   ByVal secondRow As IRow, _
   Optional ByVal lambda As Nullable(Of Double) _
) 
'Usage
 
Dim instance As FiberTrace
Dim selectedRow As IRow
Dim secondRow As IRow
Dim lambda As Nullable(Of Double)
 
instance.RunDirectionalTrace(selectedRow, secondRow, lambda)
public void RunDirectionalTrace( 
   IRow selectedRow,
   IRow secondRow,
   Nullable<double> lambda
)

Parameters

selectedRow
secondRow
lambda
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

FiberTrace Class
FiberTrace Members

 

 


Send Comment