ArcGIS Pro 3.7 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 Function GetRasterStorageDef() As RasterStorageDef
    public RasterStorageDef GetRasterStorageDef()

    Return Value

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

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also