RoofComponentsGetLoopFaces Method |
The faces of the loops of roof slabs.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.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