This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IO > IOverviewTileParameters2 Interface > IOverviewTileParameters2.BaseCellSize Property (ArcObjects .NET 10.4 SDK) |
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