Revit 2021 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: 21.0.0.0 (21.0.0.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 (); } |