ArcObjects Library Reference (NetworkAnalystUI)  

INAWindowCategory.NAClass Property

The network analysis class for the category.

[Visual Basic .NET]
Public ReadOnly Property NAClass As INAClass
[C#]
public INAClass NAClass {get;}

Product Availability

Available with ArcGIS Desktop. Requires Network Analyst Extension.

Remarks

The NAClass property returns the NALayer's NAClass associated with this specific category.

The NAClass can also be retrieved from the FeatureClass property on the Layer's IFeatureClass interface.

See Also

INAWindowCategory Interface

.NET Samples

ArcGIS Network Analyst extension barrier location editor (Code Files: NABarrierLocationEditor)