ArcGIS Pro 2.9 API Reference Guide
GetCellSize Method

ArcGIS.Core.Data.Raster Namespace > RasterStorageDef Class : GetCellSize Method
Gets the cell size of the raster to be stored from this raster storage definition. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public Tuple<double,double> GetCellSize()
Public Function GetCellSize() As Tuple(Of Double,Double)

Return Value

A tuple containing two double precision values representing the cell size X and cell size Y respectively.
Remarks
The cell size property applies to Personal, File and ArcSDE geodatabases.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

RasterStorageDef Class
RasterStorageDef Members