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


IOverviewBuilder.CellSizeLevels Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IO > IOverviewBuilder Interface > IOverviewBuilder.CellSizeLevels Property
ArcGIS Developer Help

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 [in]

ppCellSizeLevels is a parameter of type ICellSizeLevels* ppCellSizeLevels [out, retval]
ppCellSizeLevels is a parameter of type ICellSizeLevels**

Product Availability

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

See Also

IOverviewBuilder Interface