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


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

IMosaicDatasetOperationParameters.Results Property

The properties of the result associated with the mosaic dataset operation.

[Visual Basic .NET]
Public Property Results As IPropertySet
[C#]
public IPropertySet Results {get; set;}
[C++]
HRESULT get_Results(
  IPropertySet* ppOperationResults
);
[C++]
HRESULT putref_Results(
  IPropertySet** ppOperationResults
);
[C++]
Parameters
ppOperationResults [in]

ppOperationResults is a parameter of type IPropertySet* ppOperationResults [out, retval]
ppOperationResults is a parameter of type IPropertySet**

Product Availability

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

See Also

IMosaicDatasetOperationParameters Interface