Revit 2025.3 API
Tag |
An enumerated type listing the tag-head position options supported by the Bending Detail.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax

Member name | Value | Description |
---|---|---|
Bottom | 1 | The tag-head position is at the bottom of the Bending Detial. |
Center | 4 | The tag-head position is at the center of the Bending Detial. |
Left | 3 | The tag-head position is at the left of the Bending Detial. |
Right | 2 | The tag-head position is at the right of the Bending Detial. |
Top | 0 | The tag-head position is at the top of the Bending Detial. |
See Also