ArcObjects Library Reference (NetworkAnalyst)  

INAClass Interface

Provides access to properties/methods common to all network analysis classes.

Product Availability

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

Members

Description
Read-only property ClassDefinition The network analyst class definition.
Method DeleteAllRows Remove all items added to the class (for example, stops or incidents).
Read/write property SaveRowsOnPersist Indicates if rows are stored with the map document.

CoClasses that implement INAClass

CoClasses and Classes Description
NAClass Holds features used as input and generated as output during network analysis.

Remarks

INAClass is the interface provided on the NAClass object to access the NAClassDefinition and to quickly delete all the rows on the NAClass object.

.NET Snippets

Clear NAClass | Get NAClass | Statements - Get NAClass

.NET Samples

Closest facility solver (Code Files: frmClosestFacilitySolver) | ArcGIS Network Analyst extension Engine application (Code Files: cmdLoadLocations) | Service area solver (Code Files: frmServiceAreaSolver) | Location-allocation solver (Code Files: frmLocationAllocationSolver) | Vehicle routing problem solver (Code Files: frmVRPSolver) | Origin-destination cost matrix solver (Code Files: frmODCostMatrixSolver) | Add a traversal result to the map (Code Files: AddTraversalResultsToMap) | Route layer (Code Files: Program)