ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Raster Namespace / RasterDatasetDefinition Class
Properties Methods


In This Topic
    RasterDatasetDefinition Class Members
    In This Topic

    The following tables list the members exposed by RasterDatasetDefinition.

    Public Properties
     NameDescription
    Public PropertyOverridden. Gets the ArcGIS.Core.Data.DatasetType of the raster dataset.  
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Method Gets the number of bands in the raster dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the compression type of this raster dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the extent of the raster dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the format of the raster dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the name of the definition. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Definition)
    Public MethodGets the ArcGIS.Core.Geometry.SpatialReference of the raster dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also