Rebar.RemoveSplice
Method
Description:
Removes the splice relation at the specified end and all the Rebar Constraints involved in splice.
Removes the splice relation at the specified end and all the Rebar Constraints involved in splice.
Parameters
Parameter | Type | Description |
---|---|---|
barEnd | Int32 | The end where the splice is to be removed - 0 for start, 1 for end. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | There is no splice at the specified end. |
ArgumentOutOfRangeException | barEnd must be 0 or 1. |