| Revit 2020 API |
| CurtainCell..::..PlanarizedCurveLoops Property |
| CurtainCell Class See Also |
The planarized curve loops for cell boundaries. The boundaries can have more than one CurveLoop. Each item in the returned array represents a CurveLoop containing 3 or more than 3 edges.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
| C# |
|---|
public CurveArrArray PlanarizedCurveLoops { get; } |
| Visual Basic |
|---|
Public ReadOnly Property PlanarizedCurveLoops As CurveArrArray Get |
| Visual C++ |
|---|
public: property CurveArrArray^ PlanarizedCurveLoops { CurveArrArray^ get (); } |