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


In This Topic
    RasterBandDefinition Class Methods
    In This Topic

    For a list of all members of this type, see RasterBandDefinition members.

    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