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