ArcGIS Pro 2.6 API Reference Guide
SetCellSize Method

ArcGIS.Core.Data.Raster Namespace > RasterStorageDef Class : SetCellSize Method
The cell size X to set.
The cell size Y to set.
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 10, Windows 8.1, Windows 7

See Also

Reference

RasterStorageDef Class
RasterStorageDef Members