This document is archived and information here might be outdated. Recommended version. |
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 [in]
ppProgressor is a parameter of type IProgressor* ppProgressor [out, retval]
ppProgressor is a parameter of type IProgressor**