This document is archived and information here might be outdated. Recommended version. |
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.