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


IOverviewBuilder.CellSizeLevels Property (ArcObjects .NET 10.4 SDK)
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