ArcObjects Library Reference (DataSourcesRaster)  

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 [out, retval]

  ppOperationResults is a parameter of type IPropertySet

ppOperationResults [in]

  ppOperationResults is a parameter of type IPropertySet

Product Availability

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

See Also

IMosaicDatasetOperationParameters Interface