TrussChordLocation Enumeration |
This enumerated type represents the options for the Truss Chord Location.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum TrussChordLocation
Public Enumeration TrussChordLocation
public enum class TrussChordLocation
MembersMember name | Value | Description |
---|
Bottom | 0 |
The bottom chord of the Truss.
|
Top | 1 |
The top chord of the Truss.
|
See Also