ShowOpening Method
Shows previously hidden set of curves originating from Opening.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.0)
Since:  2013

Syntax

C#
public bool ShowOpening(
	ElementId openingId
)
Visual Basic
Public Function ShowOpening ( _
	openingId As ElementId _
) As Boolean
Visual C++
public:
bool ShowOpening(
	ElementId^ openingId
)

Parameters

openingId
Type: Autodesk.Revit.DB..::..ElementId
Opening to show in analytical surface.

Return Value

True if given opening was shown (operation was successful).

Exceptions

ExceptionCondition
Autodesk.Revit.Exceptions..::..ArgumentException openingId is invalid for Analytical Model Surface.
Autodesk.Revit.Exceptions..::..ArgumentNullException A non-optional argument was NULL

See Also