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.