| Revit 2020.1 API |
| RebarShapeVertexTurn Enumeration |
| See Also |
Specify whether a bend at a RebarShapeVertex represents a left or right turn.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2012
Since:
2012
Syntax
| C# |
|---|
public enum RebarShapeVertexTurn |
| Visual Basic |
|---|
Public Enumeration RebarShapeVertexTurn |
| Visual C++ |
|---|
public enum class RebarShapeVertexTurn |
Members
| Member name | Description |
|---|---|
| Right | A right turn. |
| Default | The turn value has not yet been set, or will not be used. |
| Left | A left turn. |