Revit 2025 API
Rebar |
Set the hook orientation angle at end. This information is set to the rebar after the API execution is finished successfully.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void SetHookOrientationAngle( int end, double angle )
Public Sub SetHookOrientationAngle ( end As Integer, angle As Double )
public: void SetHookOrientationAngle( int end, double angle )
member SetHookOrientationAngle : end : int * angle : float -> unit
Parameters
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Invalid end. |
See Also