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


INAClassLoader.NAClass Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAClassLoader.NAClass Property

The network analysis class.

[Visual Basic .NET]
Public Property NAClass As INAClass
[C#]
public INAClass NAClass {get; set;}
[C++]
HRESULT get_NAClass(
  INAClass** classToLoadInto
);
[C++]
HRESULT putref_NAClass(
  INAClass* classToLoadInto
);
[C++]

Parameters classToLoadInto [out, retval]
classToLoadInto is a parameter of type INAClass classToLoadInto [in]
classToLoadInto is a parameter of type INAClass

Product Availability

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

Remarks

The NAClass property specifies the NAClass feature class holding the network locations that will be populated when INAClassLoader::Load is called.

See Also

INAClassLoader Interface

.NET Samples

Closest facility solver (Code Files: frmClosestFacilitySolver) | 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) | Route layer (Code Files: Program)