ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.Raster Namespace / RasterStorageDef Class / SetCellSize Method
The cell size X to set.
The cell size Y to set.
Version

    SetCellSize Method
    Sets the cell size of the raster to be stored on this raster storage definition. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void SetCellSize( 
       double x,
       double y
    )

    Parameters

    x
    The cell size X to set.
    y
    The cell size Y to set.
    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