Revit 2020 API |
AnalyticalModelSurface..::..GetOpenings Method |
AnalyticalModelSurface Class See Also |
Retrieves Analytical Surface Openings Identifiers valid to be used in showOpening/hideOpening functions.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2013
Syntax
C# |
---|
public void GetOpenings( out ICollection<ElementId> openingsIds ) |
Visual Basic |
---|
Public Sub GetOpenings ( _ <OutAttribute> ByRef openingsIds As ICollection(Of ElementId) _ ) |
Visual C++ |
---|
public: void GetOpenings( [OutAttribute] ICollection<ElementId^>^% openingsIds ) |
Parameters
- openingsIds
- Type: System.Collections.Generic..::..ICollection<(Of <(<'ElementId>)>)>%
Set of openings Identifiers in Analytical Surface Element which are valid for hide.