Rebar.GetRebarSplice
Method
Description:
Gets the rebar splice at the specified bar end - 0 for start, 1 for end.
Gets the rebar splice at the specified bar end - 0 for start, 1 for end.
Remarks:
In order to splice a rebar or unify existing spliced rebars there are utility functions in RebarSpliceUtils class.
In order to splice a rebar or unify existing spliced rebars there are utility functions in RebarSpliceUtils class.
Parameters
| Parameter | Type | Description |
|---|---|---|
| barEnd | Int32 | The bar end for which the rebar splice is needed - 0 for start, 1 for end. |
Return Value
| Type | Description |
|---|---|
| RebarSplice | Returns the rebar splice at the specified bar end - 0 for start, 1 for end. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | barEnd must be 0 or 1. |