This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAClass Interface > INAClass.DeleteAllRows Method (ArcObjects .NET 10.4 SDK) |
Remove all items added to the class (for example, stops or incidents).
[Visual Basic .NET]
Public Sub DeleteAllRows ( _
)
[C#] public void DeleteAllRows ( );
[C++]
HRESULT DeleteAllRows(
void
);
DeleteAllRows quickly removes all of the rows from the NAClass. This is the quickest method to clear all of the NetworkLocationObjects from an NAClass.