ArcFM Desktop Developer Guide
RunTrace(IRow,Boolean,Nullable<Boolean>,String) Method


Version: 10.2.1a

Resource Center Home

The initial connectable object from which to start the 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.
This is the method for running a non-directional connectivity trace.
Syntax
'Declaration
 
Public Overloads Shared Function RunTrace( _
   ByVal selectedRow As ESRI.ArcGIS.Geodatabase.IRow, _
   Optional ByVal throwErrors As Boolean, _
   Optional ByVal useXStyleTracing As Nullable(Of Boolean), _
   Optional ByVal requiredModelName As String _
) As ConnectivityTrace
'Usage
 
Dim selectedRow As ESRI.ArcGIS.Geodatabase.IRow
Dim throwErrors As Boolean
Dim useXStyleTracing As Nullable(Of Boolean)
Dim requiredModelName As String
Dim value As ConnectivityTrace
 
value = ConnectivityTrace.RunTrace(selectedRow, throwErrors, useXStyleTracing, requiredModelName)
public static ConnectivityTrace RunTrace( 
   ESRI.ArcGIS.Geodatabase.IRow selectedRow,
   bool throwErrors,
   Nullable<bool> useXStyleTracing,
   string requiredModelName
)

Parameters

selectedRow
The initial connectable object from which to start the 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.
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
Overload List

 

 


Send Comment