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