Indicates if the opening is transparent in 3D view when loaded into the project.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public bool IsTransparentIn3D { get; set; }
Property Value
BooleanExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when access this property in an opening belonging to a Revit project document. |