| Revit 2022.1 API |
| RebarShapeDefinition..::..IsPlanar Property |
| RebarShapeDefinition Class See Also |
Reports whether the shape definition lies within a plane: false if a spiral,
true in all other cases.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2012
Syntax
| C# |
|---|
public bool IsPlanar { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsPlanar As Boolean Get |
| Visual C++ |
|---|
public: property bool IsPlanar { bool get (); } |