Share

TemporaryViewModes.RevealConstraints Property

The current state of the RevealConstraints mode in the associated view.


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

Syntax

C#

public bool RevealConstraints { get; set; }

Property Value

Boolean

Exceptions

ExceptionCondition
InvalidOperationException When setting this property: The RevealConstraints mode is either disabled or inapplicable in the associated view.

See Also

Reference

Was this information helpful?