RebarPresentationMode Enumeration

RebarPresentationMode Enumeration

Bar presentation mode

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum RebarPresentationMode
Public Enumeration RebarPresentationMode
public enum class RebarPresentationMode
type RebarPresentationMode
Members
Member nameValueDescription
All0 All bars are presented.
FirstLast1 The first and last bars are presented.
Middle2 The middle bar is presented.
Select3 Selected bars are presented.
See Also