The angle of the Connector.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public double Angle { get; set; }
Property Value
DoubleExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the connector's domain is not DomainHvac, DomainPiping, or DomainCableTrayConduit. Thrown when set value for the connector not in family instance. |
ArgumentException | Thrown when setting an invalid value. |
InvalidOperationException | Thrown on failure to set angle. |