ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Raster Namespace / RasterStorageDef Class / GetCellSize Method

In This Topic
    GetCellSize Method
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also