Visibility in current view for a per-view SunAndShadowSettings element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public bool Visible { get; set; }
Property Value
BooleanVisibility
Exceptions
Exception | Condition |
---|---|
ArgumentException | The element is not view specific (in which case visibility is not relevant) or if internally its view is not accessible. |