ArcObjects Library Reference (DataSourcesRaster)  

IMosaicDatasetJobInfo.MosaicDatasetName Property

The name object associated with the mosaic dataset on which the operation is performed.

[Visual Basic .NET]
Public Property MosaicDatasetName As IMosaicDatasetName
[C#]
public IMosaicDatasetName MosaicDatasetName {get; set;}
[C++]
HRESULT get_MosaicDatasetName(
  IMosaicDatasetName** ppDatasetName
);
[C++]
HRESULT putref_MosaicDatasetName(
  IMosaicDatasetName* ppDatasetName
);
[C++]

Parameters

ppDatasetName [out, retval]

  ppDatasetName is a parameter of type IMosaicDatasetName

ppDatasetName [in]

  ppDatasetName is a parameter of type IMosaicDatasetName

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMosaicDatasetJobInfo Interface