RoofComponents.GetAreasOfCurveLoops Method

RoofComponentsGetAreasOfCurveLoops Method

The areas of CurveLoops of roof slabs.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<double> GetAreasOfCurveLoops()
Public Function GetAreasOfCurveLoops As IList(Of Double)
public:
IList<double>^ GetAreasOfCurveLoops()
member GetAreasOfCurveLoops : unit -> IList<float> 

Return Value

IListDouble
See Also