IFCLegacyStairOrRampGetRunGeometries Method

Gets the geometries of runs.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<IList<GeometryObject>> GetRunGeometries()

Return Value

IListIListGeometryObject
The geometries of runs.
See Also