This document is archived and information here might be outdated.  Recommended version.


IMosaicDatasetOperationParameters2.PrepareResults Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDatasetOperationParameters2 Interface > IMosaicDatasetOperationParameters2.PrepareResults Property
ArcGIS Developer Help

IMosaicDatasetOperationParameters2.PrepareResults Property

Indicates whether the result associated with the mosaic dataset operation will be generated and made available in the Results property.

[Visual Basic .NET]
Public Property PrepareResults As Boolean
[C#]
public bool PrepareResults {get; set;}
[C++]
HRESULT get_PrepareResults(
  VARIANT_BOOL pbPrepareResults
);
[C++]
HRESULT put_PrepareResults(
  Boolean* pbPrepareResults
);
[C++]
Parameters
pbPrepareResults [in]

pbPrepareResults is a parameter of type bool pbPrepareResults [out, retval]
pbPrepareResults is a parameter of type bool*

Product Availability

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

See Also

IMosaicDatasetOperationParameters2 Interface