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

In This Topic
    SetCellSize Method
    In This Topic
    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
    )
    Public Sub SetCellSize( _
       ByVal x As Double, _
       ByVal y As Double _
    ) 

    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