ArcFM Desktop Developer Guide
RunTrace Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The initial connectable object from which to start the trace
The next row connected to the selectedRow in the direction you want to trace
Allows you to set if errors are thrown in addition to being logged
Sets if the trace is X-style or Y-style
Model name for which to limit the trace. If null all traceable objects will be considered, regardless of their assigned model names.
Wavelength to use for the trace
Use the static, overloaded RunTrace method to run a fiber trace and return the connection trace structure.
Syntax
'Declaration
 
Public Shared Function RunTrace( _
   ByVal selectedRow As ESRI.ArcGIS.Geodatabase.IRow, _
   ByVal secondRow As ESRI.ArcGIS.Geodatabase.IRow, _
   Optional ByVal throwErrors As Boolean, _
   Optional ByVal useXStyleTracing As Nullable(Of Boolean), _
   Optional ByVal requiredModelName As String, _
   Optional ByVal lambda As Nullable(Of Double) _
) As ConnectivityTrace
'Usage
 
Dim selectedRow As ESRI.ArcGIS.Geodatabase.IRow
Dim secondRow As ESRI.ArcGIS.Geodatabase.IRow
Dim throwErrors As Boolean
Dim useXStyleTracing As Nullable(Of Boolean)
Dim requiredModelName As String
Dim lambda As Nullable(Of Double)
Dim value As ConnectivityTrace
 
value = ConnectivityTrace.RunTrace(selectedRow, secondRow, throwErrors, useXStyleTracing, requiredModelName, lambda)
public static ConnectivityTrace RunTrace( 
   ESRI.ArcGIS.Geodatabase.IRow selectedRow,
   ESRI.ArcGIS.Geodatabase.IRow secondRow,
   bool throwErrors,
   Nullable<bool> useXStyleTracing,
   string requiredModelName,
   Nullable<double> lambda
)

Parameters

selectedRow
The initial connectable object from which to start the trace
secondRow
The next row connected to the selectedRow in the direction you want to trace
throwErrors
Allows you to set if errors are thrown in addition to being logged
useXStyleTracing
Sets if the trace is X-style or Y-style
requiredModelName
Model name for which to limit the trace. If null all traceable objects will be considered, regardless of their assigned model names.
lambda
Wavelength to use for the trace
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

ConnectivityTrace Class
ConnectivityTrace Members

 

 


Send Comment