IFCLegacyStairOrRampGetLandingGeometries Method |
Gets the geometries of landings.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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
IListIListGeometryObject
The geometries of landings.
See Also