ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Raster Namespace / RasterValue Class / GetRasterStorageDef Method

In This Topic
    GetRasterStorageDef Method
    In This Topic
    Gets the raster storage properties of this raster value. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public RasterStorageDef GetRasterStorageDef()
    Public Function GetRasterStorageDef() As RasterStorageDef

    Return Value

    A RasterStorageDef representing the raster storage properties of the raster dataset of this raster value.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also