This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPRasterSchema Interface > IGPRasterSchema.CellSize Property (ArcObjects .NET 10.4 SDK) |
The cellSize property.
[Visual Basic .NET] Public Property CellSize As Double
[C#] public double CellSize {get; set;}
[C++]
HRESULT get_CellSize(
double* CellSize
);
[C++]
HRESULT put_CellSize(
double CellSize
);
[C++]
Parameters CellSize [out, retval] CellSize is a parameter of type double CellSize [in] CellSize is a parameter of type double