RoofComponents.GetPlaneOrigins Method

RoofComponentsGetPlaneOrigins Method

The plane origins of roof slabs.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IList<XYZ> GetPlaneOrigins()
Public Function GetPlaneOrigins As IList(Of XYZ)
public:
IList<XYZ^>^ GetPlaneOrigins()
member GetPlaneOrigins : unit -> IList<XYZ> 

Return Value

IListXYZ
The origins.
See Also