ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.Raster Namespace / RasterStorageDef Class / GetTileHeight Method

In This Topic
    GetTileHeight Method
    In This Topic
    Gets the tile height of the raster to be stored from this raster storage definition.
    Syntax
    Public Function GetTileHeight() As Integer
    public int GetTileHeight()

    Return Value

    An integer representing the tile height from this raster storage definition.
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also