Revit 2024 API |
RoofComponents..::..GetPlaneOrigins Method |
RoofComponents Class See Also |
The plane origins of roof slabs.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2014
Syntax
C# |
---|
public IList<XYZ> GetPlaneOrigins() |
Visual Basic |
---|
Public Function GetPlaneOrigins As IList(Of XYZ) |
Visual C++ |
---|
public: IList<XYZ^>^ GetPlaneOrigins() |