ArcObjects Library Reference (EditorExt)  

ITraceTasks.CurrentTask Property

Current trace task.

[Visual Basic .NET]
Public Property CurrentTask As ITraceTask
[C#]
public ITraceTask CurrentTask {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The CurrentTask property can only be Set to one of the trace tasks loaded in the Utility Network Analysis Extension object.  These trace tasks can be found in the Task property.

See Also

ITraceTasks Interface