Returns true if opening with given Identifier could be hidden, false for all other Identifiers.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2013
Syntax
| C# |
|---|
public bool IsValidOpeningForHide(
ElementId openingId
) |
| Visual Basic |
|---|
Public Function IsValidOpeningForHide ( _
openingId As ElementId _
) As Boolean |
| Visual C++ |
|---|
public:
bool IsValidOpeningForHide(
ElementId^ openingId
) |
Return Value
True for openings which are valid to be hidden, false for all other Identifiers.
Exceptions
See Also