This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IN > INetworkAnalysisExtResults Interface > INetworkAnalysisExtResults.ClearResults Method (ArcObjects .NET 10.5 SDK) |
Clears the current results.
[Visual Basic .NET]
Public Sub ClearResults ( _
)
[C#] public void ClearResults ( );
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.