ProgressChangedEventArgs.Stage Property

ProgressChangedEventArgsStage Property

The current stage of the progress bar

Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ProgressStage Stage { get; }
Public ReadOnly Property Stage As ProgressStage
	Get
public:
property ProgressStage Stage {
	ProgressStage get ();
}
member Stage : ProgressStage with get

Property Value

ProgressStage
See Also