Revit 2020 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: 20.0.0.0 (20.0.0.377)
Since:
2014
Syntax
C# |
---|
public IList<XYZ> GetPlaneOrigins() |
Visual Basic |
---|
Public Function GetPlaneOrigins As IList(Of XYZ) |
Visual C++ |
---|
public: IList<XYZ^>^ GetPlaneOrigins() |