Share

RebarConstraintsManager.GetConstraintCandidatesForHandle(RebarConstrainedHandle, Reference) Method

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.



Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public IList<RebarConstraint> GetConstraintCandidatesForHandle(
	RebarConstrainedHandle handle,
	Reference reference
)

Parameters

handle  RebarConstrainedHandle
The RebarConstrainedHandle for which constraint candidates are sought.
reference  Reference
The reference you want to constrain to. It can be a reference to any host in the model or any bar from any host.

Return Value

IList<RebarConstraint>
A collection of RebarConstraints

Exceptions

ExceptionCondition
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.

Remarks

Will throw exception if the provided reference cannot be used to constrain the provided rebar handle.

See Also

Reference

Was this information helpful?