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


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

ITraceTask.EnableSolve Property

Indicates if the trace task is ready to be executed.

[Visual Basic .NET]
Public ReadOnly Property EnableSolve As Boolean
[C#]
public bool EnableSolve {get;}

Product Availability

Available with ArcGIS Desktop.

Description

EnableSolve returns True if the trace task can be executed, and False if it cannot.

Remarks

The Utility Network Analysis extension checks the EnableSolve property to determine if the Solve button on the Utility Network Analysis toolbar can be enabled.

See Also

ITraceTask Interface