ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Raster Namespace / RasterStorageDef Class
Members

In This Topic
    RasterStorageDef Class
    In This Topic
    Represents the parameters to control raster storage properties.
    Object Model
    RasterStorageDef ClassMapPoint Class
    Syntax
    public sealed class RasterStorageDef : ArcGIS.Core.CoreObjectsBase, System.IDisposable  
    Public NotInheritable Class RasterStorageDef 
       Inherits ArcGIS.Core.CoreObjectsBase
       Implements System.IDisposable 
    Remarks
    The RasterStorageDef instructs the database to store the raster dataset in certain way, for example using a certain tile size, cell size, origin, compression, and pyramid option. Only cell size and origin are applicable for Personal and File geodatabases.
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.CoreObjectsBase
          ArcGIS.Core.Data.Raster.RasterStorageDef

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also