RebarConstraintsStatus Enumeration


Rebar Constraints Status Enumeration

Describes the status of the constraints

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum RebarConstraintsStatus
Members
Member name Value Description
AllDisabled 1 All constraints are disabled.
Enabled 0 All constraints are enabled.
SomeDisabled 2 Some constraints are disabled, and the others or enabled.
See Also