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


INetworkAnalysisExtResults.ClearResults Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IN > INetworkAnalysisExtResults Interface > INetworkAnalysisExtResults.ClearResults Method
ArcGIS Developer Help

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