ITracer3 Interface
Provides access to a network tracer.
Members
Name | Description | |
---|---|---|
![]() |
AddTraceLocation | Adds a trace location. |
![]() |
AddTraceLocationForEdgeFeatures | Adds trace location for edge features. |
![]() |
AddTraceLocationForJunctionFeatures | Adds trace location for junction features. |
![]() |
AddTraceLocations | Adds trace locations. |
![]() |
AddTraceLocationsFromGeometries | Add the given geometries as trace locations. |
![]() |
DeleteTraceLocations | Deletes all trace locations. |
![]() |
Initialize | Initializes the tracer. |
![]() |
ResultTypes | Returns the result types. |
![]() |
Trace | Execute the given trace. |
![]() |
TraceConfiguration | Returns trace configuration. |
![]() |
TraceConfigurationGlobalID | Returns trace configuration global ID. |
![]() |
TraceEx | Execute the given trace. |
![]() |
TraceLocations | Returns trace locations. |
ITracer3.TraceEx Method
Execute the given trace.
Public Sub TraceEx ( _
ByVal traceType As esriUtilityNetworkTraceType, _
ByVal asynchronous As Boolean, _
ByRef junctionEIDs As Int64[]&, _
ByRef edgeEIDs As Int64[]& _
)
public void TraceEx (
esriUtilityNetworkTraceType traceType,
bool asynchronous,
ref Int64[]& junctionEIDs,
ref Int64[]& edgeEIDs
);
Inherited Interfaces
Interfaces | Description |
---|---|
ITracer2 | Provides access to a network tracer 2. |
ITracer | Provides access to a network tracer. |
Classes that implement ITracer3
Classes | Description |
---|