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


ILayerStatus.StepProgressor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayerStatus Interface > ILayerStatus.StepProgressor Property
ArcGIS Developer Help

ILayerStatus.StepProgressor Property

The Step Progressor used by the layer to show progress on actions such as drawing.

[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

ILayerStatus Interface