Indicates if the opening is transparent in elevation view when loaded into the project.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsTransparentInElevation { get; set; }Property Value
Boolean
Exceptions
| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when access this property in an opening belonging to a Revit project document.
|
Remarks
This property is only valid in Revit family documents.
See Also
Reference