Revit 2025.3 API
IFCLegacy |
Gets the geometries of landings.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IList<IList<GeometryObject>> GetLandingGeometries()
Public Function GetLandingGeometries As IList(Of IList(Of GeometryObject))
public: IList<IList<GeometryObject^>^>^ GetLandingGeometries()
member GetLandingGeometries : unit -> IList<IList<GeometryObject>>
Return Value
IListIListGeometryObjectThe geometries of landings.
See Also