This document is archived and information here might be outdated.  Recommended version.


IMosaicDatasetOperationParameters.Progressor Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicDatasetOperationParameters.Progressor Property

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

Product Availability

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

See Also

IMosaicDatasetOperationParameters Interface