LoopFace Property
The face of the loops of the roof or floor slab.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2016

Syntax

C#
public Face LoopFace { get; }
Visual Basic
Public ReadOnly Property LoopFace As Face
	Get
Visual C++
public:
property Face^ LoopFace {
	Face^ get ();
}

See Also