ArcObjects Library Reference (Output)  

IExport.StepProgressor Property

Export will update a Progress Bar if StepProgressor is not NULL.

[Visual Basic .NET]
Public WriteOnly Property StepProgressor
[C#]
public void StepProgressor {set;}
[C++]
HRESULT putref_StepProgressor(
  IStepProgressor* 
);
[C++]

Parameters

[in]

   is a parameter of type IStepProgressor

Product Availability

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

See Also

IExport Interface