ArcObjects Library Reference (DataSourcesRaster)  

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 [out, retval]

  ppBaseCellSize is a parameter of type IPoint

ppBaseCellSize [in]

  ppBaseCellSize is a parameter of type IPoint

Product Availability

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

See Also

IOverviewTileParameters2 Interface