This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDataset Interface > IMosaicDataset.LevelsTable Property (ArcObjects .NET 10.4 SDK) |
The associated cell size levels table.
[Visual Basic .NET] Public Property LevelsTable As ITable
[C#] public ITable LevelsTable {get; set;}
[C++]
HRESULT get_LevelsTable(
ITable** ppLevelsTable
);
[C++]
HRESULT putref_LevelsTable(
ITable* ppLevelsTable
);
[C++]
Parameters ppLevelsTable [out, retval]
ppLevelsTable is a parameter of type ITable ppLevelsTable [in]
ppLevelsTable is a parameter of type ITable