For shape driven rebar returns all possible RebarConstraints that will constrain RebarConstrainedHandle to the provided reference.
For free form rebar will return an empty list.
public IList<RebarConstraint> GetConstraintCandidatesForHandle( RebarConstrainedHandle handle, Reference reference )
| Exception | Condition |
|---|---|
| ArgumentException | reference is not from a valid RebarConstraint target element. |
| ArgumentNullException | A non-optional argument was null |
| InvalidOperationException | The RebarConstraintsManager does not manage a valid Rebar element. |