ViewRevealConstraintsMode Property

Indicates whether the Reveal Constraints mode is activated in the view.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool RevealConstraintsMode { get; set; }

Property Value

Boolean
Exceptions
ExceptionCondition
InvalidOperationException When setting this property: View has a view type that does not allow Reveal Constraints mode to be activated.
See Also