ArcGIS Pro 2.6 API Reference Guide
SetTileWidth Method

ArcGIS.Core.Data.Raster Namespace > RasterStorageDef Class : SetTileWidth Method
The tile width to set.
Sets the tile width of the raster to be stored on this raster storage definition.
Syntax
public void SetTileWidth( 
   int width
)
Public Sub SetTileWidth( _
   ByVal width As Integer _
) 

Parameters

width
The tile width to set.
Remarks
The TileWidth and TileHeight properties determine the size of the storage block unit. The size must be multiple of 16, such as 128 or 256. The default tile size is 128 x 128 and it is good for most cases.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

RasterStorageDef Class
RasterStorageDef Members