This document is archived and information here might be outdated. Recommended version. |
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 [in]
classToLoadInto is a parameter of type INAClass* classToLoadInto [out, retval]
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.