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


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

IOverviewTileParameters2.BaseCellSize Property

The cell size of the first level of overview tiles. If this property is not specified, the value in IOverviewTileParameters.CellSize is used.

[Visual Basic .NET]
Public Property BaseCellSize As IPoint
[C#]
public IPoint BaseCellSize {get; set;}
[C++]
HRESULT get_BaseCellSize(
  IPoint* ppBaseCellSize
);
[C++]
HRESULT putref_BaseCellSize(
  IPoint** ppBaseCellSize
);
[C++]
Parameters
ppBaseCellSize [in]

ppBaseCellSize is a parameter of type IPoint* ppBaseCellSize [out, retval]
ppBaseCellSize is a parameter of type IPoint**

Product Availability

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

See Also

IOverviewTileParameters2 Interface