Revit 2023 API |
RoofComponents..::..GetLoopFaces Method |
RoofComponents Class See Also |
The faces of the loops 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<Face> GetLoopFaces() |
Visual Basic |
---|
Public Function GetLoopFaces As IList(Of Face) |
Visual C++ |
---|
public: IList<Face^>^ GetLoopFaces() |