RebarConstraintsStatus Enumeration

Describes the status of the constraints

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum RebarConstraintsStatus
Members
Member nameValueDescription
Enabled0 All constraints are enabled.
AllDisabled1 All constraints are disabled.
SomeDisabled2 Some constraints are disabled, and the others or enabled.
See Also