This document is archived and information here might be outdated. Recommended version. |
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**