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


In This Topic
    MosaicDataset Class Members
    In This Topic

    The following tables list the members exposed by MosaicDataset.

    Public Properties
     NameDescription
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public PropertyOverridden. Gets the ArcGIS.Core.Data.DatasetType of this mosaic dataset.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a Raster that has the same properties of this basic raster dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Raster.BasicRasterDataset)
    Public MethodCreates 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. (Inherited from ArcGIS.Core.Data.Raster.RasterDataset)
    Public MethodCreates a Raster that has the same properties and the given list of bands from this raster dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Raster.RasterDataset)
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public MethodGets a RasterBand from this raster dataset based on the band index. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Raster.RasterDataset)
    Public MethodGets a RasterBand from this raster dataset based on the band name. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Raster.RasterDataset)
    Public Method Gets the number of bands in this raster dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Raster.RasterDataset)
    Public Method Gets the index for a band in this raster dataset based on the band name. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Raster.RasterDataset)
    Public Method Gets a key property for a band in this raster dataset based on band index and key property name. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Raster.RasterDataset)
    Public Method Gets the Boundary table of this mosaic dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the Catalog (Footprint) table of this mosaic dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the complete name of this raster dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Raster.BasicRasterDataset)
    Public Method Gets the data store of this dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset)
    Public MethodGets the MosaicDatasetDefinition of this mosaic dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the extent of this raster dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Raster.RasterDataset)
    Public Method Gets a key property of this raster dataset based on the key property name. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Raster.RasterDataset)
    Public Method Gets the name of the dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset)
    Public Method Gets the URI path to the dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset)
    Public MethodGets the ArcGIS.Core.Data.RegistrationType of a dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset)
    Public Method Gets the Seamline table of this mosaic dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the Stereo table of this mosaic dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets a value indicating whether this raster dataset is empty. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Raster.RasterDataset)
    Top
    Extension Methods
     NameDescription
    Public Extension Method Gets the CIMDataConnection for the specified dataset. This method must be called on the MCT. Use QueuedTask.Run.
    Top
    See Also