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