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