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