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


IEngineNAWindowCategory.Layer 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.Layer Property
ArcGIS Developer Help

IEngineNAWindowCategory.Layer Property

The layer for the category.

[Visual Basic .NET]
Public ReadOnly Property Layer As ILayer
[C#]
public ILayer Layer {get;}
[C++]
HRESULT get_Layer(
  ILayer** Layer
);
[C++]
Parameters
Layer [out, retval]

Layer is a parameter of type ILayer**

Product Availability

Available with ArcGIS Engine.

Description

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

See Also

IEngineNAWindowCategory Interface

.NET Samples

ArcGIS Network Analyst extension Engine application