public void SetTerminationOrientation( int end, RebarTerminationOrientation terminationOrientation )
Only two values are permitted:
Value = Right: The termination is on your right as you stand at the end of the bar, with the bar behind you, taking the bar's normal as "up."
Value = Left: The termination is on your left as you stand at the end of the bar, with the bar behind you, taking the bar's normal as "up."
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | end must be 0 or 1. -or- A value passed for an enumeration argument is not a member of that enumeration |