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


INAResult.EmptyAll Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAResult.EmptyAll Method

Clear out all existing rows from any previous analysis.

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

Clears the traversal result.

See Also

INAResult Interface