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


IStepProgressorSetup.StepProgressor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IS > IStepProgressorSetup Interface > IStepProgressorSetup.StepProgressor Property
ArcGIS Developer Help

IStepProgressorSetup.StepProgressor Property

Updates a Progress Bar.

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

is a parameter of type IStepProgressor*

Product Availability

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

See Also

IStepProgressorSetup Interface