| Revit Preview Release API |
| TagOrientation Enumeration |
| See Also |
An enumerated type listing tag orientation options that are supported by IndependentTags.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Syntax
| C# |
|---|
public enum TagOrientation |
| Visual Basic |
|---|
Public Enumeration TagOrientation |
| Visual C++ |
|---|
public enum class TagOrientation |
Members
| Member name | Description |
|---|---|
| Horizontal | The Orientation of tag is Horizontal. |
| Vertical | The Orientation of tag is Vertical. |