ArcObjects Library Reference (Controls)  

IEngineNAWindowCategory.NAClass Property

The network analysis class for the category.

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

Parameters

NAClass [out, retval]

  NAClass is a parameter of type INAClass

Product Availability

Available with ArcGIS Engine.

Description

Returns the NAClass property for the NALayer associated with this specific category.

See Also

IEngineNAWindowCategory Interface