BendingDetailPositionOptions Enumeration

An enumerated type listing the bending detail position options supported by the Bending Detail.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum BendingDetailPositionOptions
Members
Member nameValueDescription
Right0 The bending detail position is at the right of the Bending Detial.
Left1 The bending detail position is at the left of the Bending Detial.
Top2 The bending detail position is at the top of the Bending Detial.
Bottom3 The bending detail position is at the bottom of the Bending Detial.
See Also