RebarConstraint.GetTargetRebarHookBarEnd
Description:
Returns 0 or 1 to indicate which end hook on the other Rebar Element to which this RebarConstraint is attached. The RebarConstraint must be of RebarConstraintType 'ToOtherRebar,' and the TargetRebarConstraintType must be 'HookBend'.
Returns 0 or 1 to indicate which end hook on the other Rebar Element to which this RebarConstraint is attached. The RebarConstraint must be of RebarConstraintType 'ToOtherRebar,' and the TargetRebarConstraintType must be 'HookBend'.
Remarks:
0 means start of the bar, and 1 indicates end of the bar.
0 means start of the bar, and 1 indicates end of the bar.
public int GetTargetRebarHookBarEnd()
Int32
Returns 0 or 1 to indicate which end hook on the other Rebar Element to which this RebarConstraint is attached.
-
RebarConstraint is no longer valid. -or- The RebarConstraint is not of RebarConstraintType 'ToOtherRebar'. -or- The TargetRebarConstraintType is not 'HookBend' -or- Constrained rebar isn't a Shape Driven Rebar element.