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


In This Topic
    RasterBandDefinition Class Members
    In This Topic

    The following tables list the members exposed by RasterBandDefinition.

    Public Properties
     NameDescription
    Public PropertyOverridden. Gets the ArcGIS.Core.Data.DatasetType of the raster band.  
    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 extent of the raster band. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the height (number of rows) of the raster band. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the mean cell size of the raster band. 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 Method Gets the NoData value of the raster band. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the RasterPixelType of the raster band. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the ArcGIS.Core.Geometry.SpatialReference of the raster band. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the width (number of columns) of the raster band. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets a flag indicating whether the data in the raster band is integer data.  
    Top
    See Also