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


ITraceTasks.CurrentTask Property (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 > ITraceTasks.CurrentTask Property
ArcGIS Developer Help

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