ArcObjects Library Reference (EditorExt)  

INetworkAnalysisExtResults.ClearResults Method

Clears the current results.

[Visual Basic .NET]
Public Sub ClearResults ( _
)
[C#]
public void ClearResults (
);

Product Availability

Available with ArcGIS Desktop.

Remarks

ClearResults only clears the result drawings set by calling SetResults.  If the results were returned as a selection (e.g. by calling CreateSelection), call IMap::ClearSelection to clear the map's selection.

See Also

INetworkAnalysisExtResults Interface

.NET Samples

Custom upstream trace task (Code Files: CustomUpstreamTraceTaskVBNet)