RoofComponentsGetLoopFaces Method |
The faces of the loops of roof slabs.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic IList<Face> GetLoopFaces()
Public Function GetLoopFaces As IList(Of Face)
public:
IList<Face^>^ GetLoopFaces()
member GetLoopFaces : unit -> IList<Face>
Return Value
IListFace
The faces.
See Also