com.esri.arcgis.datasourcesraster
Interface IMosaicDatasetOperationParameters2

All Superinterfaces:
IMosaicDatasetOperationParameters, Serializable
All Known Implementing Classes:
AddRastersParameters, RemoveItemsParameters, SynchronizeParameters

public interface IMosaicDatasetOperationParameters2
extends IMosaicDatasetOperationParameters, Serializable

Provides access to members that control parameters to an operation on a mosaic dataset.

Product Availability

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


Method Summary
 boolean isPrepareResults()
          Indicates whether the result associated with the mosaic dataset operation will be generated and made available in the ‘Results’ property.
 void setPrepareResults(boolean pbPrepareResults)
          Indicates whether the result associated with the mosaic dataset operation will be generated and made available in the ‘Results’ property.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IMosaicDatasetOperationParameters
getParameters, getProgressor, getResults, isDatasetReadOnly, setIsDatasetReadOnly, setParametersByRef, setProgressorByRef, setResultsByRef
 

Method Detail

setPrepareResults

void setPrepareResults(boolean pbPrepareResults)
                       throws IOException,
                              AutomationException
Indicates whether the result associated with the mosaic dataset operation will be generated and made available in the ‘Results’ property.

Product Availability

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

Parameters:
pbPrepareResults - The pbPrepareResults (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isPrepareResults

boolean isPrepareResults()
                         throws IOException,
                                AutomationException
Indicates whether the result associated with the mosaic dataset operation will be generated and made available in the ‘Results’ property.

Product Availability

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

Returns:
The pbPrepareResults
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.