ArcGIS Pro 2.8 API Reference Guide
CreateFullRaster Method

ArcGIS.Core.Data.Raster Namespace > RasterDataset Class : CreateFullRaster Method
Creates a Raster that has the same properties and all the bands in this raster dataset. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public Raster CreateFullRaster()
Public Function CreateFullRaster() As Raster

Return Value

The Raster created from the raster dataset.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

RasterDataset Class
RasterDataset Members