Shows previously hidden set of curves originating from Opening.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
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
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentException | openingId is invalid for Analytical Model Surface. |
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |