RebarBendingDetail.IsBendingDetail
Method
Description:
Checks if the input element is a bending detail.
Checks if the input element is a bending detail.
Parameters
| Parameter | Type | Description |
|---|---|---|
| bendingDetail | Element | The element that will be checked. |
Return Value
| Type | Description |
|---|---|
| Boolean | Returns true if the input element is a bending detail, false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The bendingDetail should be a bending detail. |
| ArgumentNullException | A non-optional argument was null |