ArcObjects Library Reference (DataSourcesRaster)  

IOverviewBuilder.CellSizeLevels Property

The cell size levels associated with the overview tiling schema.

[Visual Basic .NET]
Public Property CellSizeLevels As ICellSizeLevels
[C#]
public ICellSizeLevels CellSizeLevels {get; set;}
[C++]
HRESULT get_CellSizeLevels(
  ICellSizeLevels** ppCellSizeLevels
);
[C++]
HRESULT putref_CellSizeLevels(
  ICellSizeLevels* ppCellSizeLevels
);
[C++]

Parameters

ppCellSizeLevels [out, retval]

  ppCellSizeLevels is a parameter of type ICellSizeLevels

ppCellSizeLevels [in]

  ppCellSizeLevels is a parameter of type ICellSizeLevels

Product Availability

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

See Also

IOverviewBuilder Interface