This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineNAWindowCategory2 Interface > IEngineNAWindowCategory2.DataLayer Property (ArcObjects .NET 10.4 SDK) |
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
The DataLayer property returns the sub-layer associated with this specific category. This may be a feature layer or a stand alone table.