Share

TagHeadPositionOptions Enumeration

An enumerated type listing the tag-head position options supported by the Bending Detail.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public enum TagHeadPositionOptions

Members

Member nameValueDescription
Bottom1 The tag-head position is at the bottom of the Bending Detial.
Center4 The tag-head position is at the center of the Bending Detial.
Left3 The tag-head position is at the left of the Bending Detial.
Right2 The tag-head position is at the right of the Bending Detial.
Top0 The tag-head position is at the top of the Bending Detial.

See Also

Reference

Was this information helpful?