RebarShape.GetDefaultHookAngle
Method
Description:
Get the hook angle, expressed as an integral number of degrees (common values are 0, 90, 135, and 180).
Get the hook angle, expressed as an integral number of degrees (common values are 0, 90, 135, and 180).
Remarks:
Replaces the method GetHookAngle() from prior releases.
Replaces the method GetHookAngle() from prior releases.
Parameters
| Parameter | Type | Description |
|---|---|---|
| index | Int32 | 0 for the starting hook, 1 for the ending hook. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index must be 0 or 1. |