ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Raster Namespace / RasterStorageDef Class / SetTileHeight Method
The tile height to set.

In This Topic
    SetTileHeight Method
    In This Topic
    Sets the tile height of the raster to be stored on this raster storage definition.
    Syntax
    public void SetTileHeight( 
       int height
    )
    Public Sub SetTileHeight( _
       ByVal height As Integer _
    ) 

    Parameters

    height
    The tile height 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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also