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


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

IEngineNAWindowCategory2.DataLayer Property

The data layer for the category.

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

DataLayer is a parameter of type IDataLayer**

Product Availability

Available with ArcGIS Engine.

Description

The DataLayer property returns the sub-layer associated with this specific category. This may be a feature layer or a stand alone table.

See Also

IEngineNAWindowCategory2 Interface

.NET Samples

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