IndependentTagRotationAngle Property

The rotation angle of the tag relative to its view

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double RotationAngle { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
InvalidOperationException When setting this property: Angle can only be changed for AnyModelDirection orientation
See Also