Returns true if opening with given Identifier is hidden.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2013
Syntax
| C# |
|---|
public bool IsOpeningHidden( ElementId openingId ) |
| Visual Basic |
|---|
Public Function IsOpeningHidden ( _ openingId As ElementId _ ) As Boolean |
| Visual C++ |
|---|
public: bool IsOpeningHidden( ElementId^ openingId ) |
Parameters
- openingId
- Type: Autodesk.Revit.DB..::..ElementId
Identifier of opening to check.
Return Value
True for openings which are hidden, false for all other Identifiers.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |