| Revit 2017 API |
| CurveLoop..::..GetPlane Method |
| CurveLoop Class See Also |
Gets the plane of the curve loop, if it is planar.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Since:
2012
Syntax
| C# |
|---|
public Plane GetPlane() |
| Visual Basic |
|---|
Public Function GetPlane As Plane |
| Visual C++ |
|---|
public: Plane^ GetPlane() |
Return Value
The plane of the curve loop.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..InvalidOperationException | The curve loop does not lie in a single plane. |