RebarPresentationMode Enumeration |
Bar presentation mode
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum RebarPresentationMode
Public Enumeration RebarPresentationMode
public enum class RebarPresentationMode
type RebarPresentationMode
MembersMember name | Value | Description |
---|
All | 0 |
All bars are presented.
|
FirstLast | 1 |
The first and last bars are presented.
|
Middle | 2 |
The middle bar is presented.
|
Select | 3 |
Selected bars are presented.
|
See Also