Revit 2026 API
Roof |
The faces of the loops of roof slabs.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<Face> GetLoopFaces()
Public Function GetLoopFaces As IList(Of Face)
public: IList<Face^>^ GetLoopFaces()
member GetLoopFaces : unit -> IList<Face>
Return Value
IListFaceThe faces.
See Also