| Revit 2020.1 API | 
| Face..::..EdgeLoops Property | 
| Face Class See Also | 
A collection of edge loops.  Each edge loop represents one of the closed boundaries of the face.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
 Syntax
Syntax
| C# | 
|---|
| public EdgeArrayArray EdgeLoops { get; } | 
| Visual Basic | 
|---|
| Public ReadOnly Property EdgeLoops As EdgeArrayArray Get | 
| Visual C++ | 
|---|
| public: property EdgeArrayArray^ EdgeLoops { EdgeArrayArray^ get (); } |