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.Progressor Property (ArcObjects .NET 10.5 SDK) |
The external progressor object associated with the mosaic dataset operation.
[Visual Basic .NET] Public Property Progressor As IProgressor
[C#] public IProgressor Progressor {get; set;}
[C++]
HRESULT get_Progressor(
IProgressor** ppProgressor
);
[C++]
HRESULT putref_Progressor(
IProgressor* ppProgressor
);
[C++]
Parameters ppProgressor [out, retval]
ppProgressor is a parameter of type IProgressor ppProgressor [in]
ppProgressor is a parameter of type IProgressor