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


INAClass Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAClass Interface
ArcGIS Developer Help

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

Name 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.

Classes that implement INAClass

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 Samples

Closest facility solver Location-allocation solver Add a traversal result to the map ArcGIS Network Analyst extension Engine application Origin-destination cost matrix solver Route layer Service area solver Vehicle routing problem solver