SpatialElementTagOrientation Enumeration |
An enumerated type listing tag orientation options that are supported by SpatialElementTags.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum SpatialElementTagOrientation
Public Enumeration SpatialElementTagOrientation
public enum class SpatialElementTagOrientation
type SpatialElementTagOrientation
Members| Member name | Value | Description |
|---|
| Horizontal | 0 |
The Orientation of tag is Horizontal.
|
| Vertical | 1 |
The Orientation of tag is Vertical.
|
| Model | 2 |
The Orientation of tag is Model.
|
See Also