ArcObjects Library Reference (EditorExt)  

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