This document is archived and information here might be outdated.  Recommended version.


ITraceTasks Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IT > ITraceTasks Interface
ArcGIS Developer Help

ITraceTasks Interface

Provides access to members that set and return the current trace task and the options for tracing.

Product Availability

Available with ArcGIS Desktop.

When To Use

Use the ITraceTasks interface when you want to determine which trace tasks are available, to set the active trace task, and to set options for tracing.

Members

Name Description
Read/write property CurrentTask Current trace task.
Read-only property Task Trace task by index.
Read-only property TaskCount Number of available trace tasks.
Read/write property TraceEnds Indicates if trace tasks return end features.
Read/write property TraceFlowElements Elements to include in the trace results.
Read/write property TraceIndeterminateFlow Indicates if directional traces include features with indeterminate or uninitialized flow direction.

Classes that implement ITraceTasks

Classes Description
UtilityNetworkAnalysisExt A container for defining the Utility Network Analysis extension and describing its current state.

See Also

ITraceTask Interface | ITraceTasks Interface

.NET Samples

Custom upstream trace task