Revit 2025 API
OpeningIs |
Indicates if the opening is transparent in 3D view when loaded into the project.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsTransparentIn3D { get; set; }
Public Property IsTransparentIn3D As Boolean Get Set
public: property bool IsTransparentIn3D { bool get (); void set (bool value); }
member IsTransparentIn3D : bool with get, set
Property Value
Boolean
Exception | Condition |
---|---|
InvalidOperationException | Thrown when access this property in an opening belonging to a Revit project document. |

This property is only valid in Revit family documents.
See Also