TagOrientation Enumeration

TagOrientation Enumeration

An enumerated type listing tag orientation options that are supported by IndependentTags.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum TagOrientation
Public Enumeration TagOrientation
public enum class TagOrientation
type TagOrientation
Members
Member nameValueDescription
AnyModelDirection2 The orientation of tag is Model.
Horizontal0 The Orientation of tag is Horizontal.
Vertical1 The Orientation of tag is Vertical.
See Also