<Code Lib>
2021 Method
Changes 1
M

RebarConstraintsManager.GetConstraintCandidatesForHandle(RebarConstrainedHandle, ElementId)

Description:
For shape driven rebar returns all possible RebarConstraints belonging to references from the provided element that could be used for a specified RebarConstrainedHandle.For free form rebar will return an empty list.
Remarks:
Will throw exception if the provided elementId is not a valid constraint target.
Overloads (3):
GetConstraintCandidatesForHandle(RebarConstrainedHandle,ElementId)

public IList<RebarConstraint> GetConstraintCandidatesForHandle(
	RebarConstrainedHandle handle,
	ElementId elementId
)

Return Value IList<RebarConstraint> A collection of RebarConstraints

Loading…