This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICellSizeLevel Interface > ICellSizeLevel.CellSize Property (ArcObjects .NET 10.4 SDK) |
The cell size value assocated with the level.
[Visual Basic .NET] Public Property CellSize As Double
[C#] public double CellSize {get; set;}
[C++]
HRESULT get_CellSize(
double* pCellsize
);
[C++]
HRESULT put_CellSize(
double pCellsize
);
[C++]
Parameters pCellsize [out, retval] pCellsize is a parameter of type double pCellsize [in] pCellsize is a parameter of type double