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 |
|
ClassDefinition |
The network analyst class definition. |
|
DeleteAllRows |
Remove all items added to the class (for example, stops or incidents). |
|
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
Statements - Get NAClass |
Clear NAClass |
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)