Share

ProgressStage Enumeration

The associated action of a ProgressChanged event


Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum ProgressStage

Members

Member nameValueDescription
CaptionChanged3 Progress bar has set new Text
Finished5 Progress bar is finished
PositionChanged2 Progress bar has set new position
RangeChanged1 Progress bar has set new range
Started0 Progress bar has started
Unchanged4 Progress bar has not changed position

See Also

Reference

Was this information helpful?