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


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

IOverviewTileParameters.CellSize Property

The cell size of the first level of overview tiles in the units of the coordinate system of the catalog. If this property is not specified, the default value is computed automatically.

[Visual Basic .NET]
Public Property CellSize As Double
[C#]
public double CellSize {get; set;}
[C++]
HRESULT get_CellSize(
  double pCellsize
);
[C++]
HRESULT put_CellSize(
  System.Double* pCellsize
);
[C++]
Parameters
pCellsize [in]

pCellsize is a parameter of type double pCellsize [out, retval]
pCellsize is a parameter of type double*

Product Availability

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

See Also

IOverviewTileParameters Interface