ArcGIS Pro 3.7 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 NotInheritable Class RasterStorageDef 
       Inherits ArcGIS.Core.CoreObjectsBase
       Implements System.IDisposable 
    public sealed class RasterStorageDef : ArcGIS.Core.CoreObjectsBase, 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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also