IsTransparentInElevation Property


Indicates if the opening is transparent in elevation view when loaded into the project.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.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.

See Also