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


IMosaicDataset.LevelsTable Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicDataset.LevelsTable Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMosaicDataset Interface