| Revit 2023 API |
| Opening..::..IsTransparentInElevation Property |
| Opening Class See Also |
Indicates if the opening is transparent in elevation view when loaded into the project.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
| C# |
|---|
public bool IsTransparentInElevation { get; set; } |
| Visual Basic |
|---|
Public Property IsTransparentInElevation As Boolean Get Set |
| Visual C++ |
|---|
public: property bool IsTransparentInElevation { bool get (); void set (bool value); } |
Remarks
This property is only valid in Revit family documents.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..InvalidOperationException | Thrown when access this property in an opening belonging to a Revit project document. |