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


IEngineNAWindowCategory.NAClass Property (ArcObjects .NET 10.5 SDK)
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

.NET Samples

ArcGIS Network Analyst extension Engine application (Code Files: frmLoadLocations frmMain)