Indicates whether the Reveal Constraints mode is activated in the view.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool RevealConstraintsMode { get; set; }Property Value
Boolean
Exceptions
| Exception | Condition |
|---|
| InvalidOperationException |
When setting this property: View has a view type that does not allow Reveal Constraints mode to be activated.
|
See Also
Reference