This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDatasetOperationParameters Interface > IMosaicDatasetOperationParameters.Results Property (ArcObjects .NET 10.5 SDK) |
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