BracePlanRepresentation Enumeration |
The possible representations for braces in plan views.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum BracePlanRepresentation
Public Enumeration BracePlanRepresentation
public enum class BracePlanRepresentation
type BracePlanRepresentation
MembersMember name | Value | Description |
---|
ParallelLine | 1 |
Braces are represented by a parallel line.
|
LineWithAngle | 2 |
Braces are represented by a line with angle.
|
See Also