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


IEngineNAWindowCategory.NAClass Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineNAWindowCategory Interface > IEngineNAWindowCategory.NAClass Property
ArcGIS Developer Help

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

.NET Samples

ArcGIS Network Analyst extension Engine application ArcGIS Network Analyst extension Engine application