This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAClassLoader Interface > INAClassLoader.NAClass Property (ArcObjects .NET 10.5 SDK) |
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
The NAClass property specifies the NAClass feature class holding the network locations that will be populated when INAClassLoader::Load is called.