SpatialElementTagOrientation Enumeration

SpatialElementTagOrientation Enumeration

An enumerated type listing tag orientation options that are supported by SpatialElementTags.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum SpatialElementTagOrientation
Public Enumeration SpatialElementTagOrientation
public enum class SpatialElementTagOrientation
type SpatialElementTagOrientation
Members
Member nameValueDescription
Horizontal0 The Orientation of tag is Horizontal.
Model2 The Orientation of tag is Model.
Vertical1 The Orientation of tag is Vertical.
See Also