Indicates if the Analytical Model Surface Element is planar.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:  2013

Syntax

C#
public bool IsPlanar()
Visual Basic
Public Function IsPlanar As Boolean
Visual C++
public:
bool IsPlanar()

Return Value

True if Analytical Model Surface Element is planar, false otherwise.

See Also