RebarCouplerRotationAngle Property

Indetifies the rotation angle of the coupler around its axis.

Namespace: Autodesk.Revit.DB.Structure
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
InapplicableDataException The rotation parameter cannot be set or get for Self-Orienting rebar coupler families ( rebar coupler families with FAMILY_SELF_ORIENTING parameter = 1 ).
See Also