Revit 2025.3 API
Roof |
The faces of the loops of roof slabs.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.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