| Revit 2023 API |
| BracePlanRepresentation Enumeration |
| See Also |
The possible representations for braces in plan views.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2011
Syntax
| C# |
|---|
public enum BracePlanRepresentation |
| Visual Basic |
|---|
Public Enumeration BracePlanRepresentation |
| Visual C++ |
|---|
public enum class BracePlanRepresentation |
Members
| Member name | Description |
|---|---|
| ParallelLine | Braces are represented by a parallel line. |
| LineWithAngle | Braces are represented by a line with angle. |