An enumerated type listing tag orientation options that are supported by IndependentTags.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum TagOrientation
Members
| Member name | Value | Description |
|---|
| AnyModelDirection | 2 |
The orientation of tag is Model.
|
| Horizontal | 0 |
The Orientation of tag is Horizontal.
|
| Vertical | 1 |
The Orientation of tag is Vertical.
|
See Also
Reference