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


INAWindowCategory.Layer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalystUI > ESRI.ArcGIS.NetworkAnalystUI > Interfaces > IN > INAWindowCategory Interface > INAWindowCategory.Layer Property
ArcGIS Developer Help

INAWindowCategory.Layer Property

The layer for the category.

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

Product Availability

Available with ArcGIS Desktop. Requires Network Analyst Extension.

Remarks

The Layer property returns the NALayer's sub-layer associated with this specific category.

See Also

INAWindowCategory Interface