This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSACellSize Interface > IGPSACellSize.GetCellSize Method (ArcObjects .NET 10.4 SDK) |
Gets the type and value of cell size in the GP Spatial Analyst.
[Visual Basic .NET] Public Function GetCellSize ( _ ByRef envType As esriRasterEnvSettingEnum _ ) As Double
[C#] public double GetCellSize ( ref esriRasterEnvSettingEnum envType );
[C++]
HRESULT GetCellSize(
esriRasterEnvSettingEnum* envType,
double* CellSize
);
[C++]
Parameters envType [out]
envType is a parameter of type esriRasterEnvSettingEnum CellSize [out, retval] CellSize is a parameter of type double