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