| Revit 2017 API |
| CurveLoop..::..HasPlane Method |
| CurveLoop Class See Also |
Identifies if the CurveLoop is planar.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Since:
2013
Syntax
| C# |
|---|
public bool HasPlane() |
| Visual Basic |
|---|
Public Function HasPlane As Boolean |
| Visual C++ |
|---|
public: bool HasPlane() |