This document is archived and information here might be outdated. Recommended version. |
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**