Share

RebarConstraintsManager.ApplyRebarConstraints Method



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

Syntax

C#

public bool ApplyRebarConstraints(
	IList<RebarConstraint> constraintsToApply,
	IList<Reference> oldTargets,
	IList<Reference> newTargets
)

Parameters

constraintsToApply  IList<RebarConstraint>
 
oldTargets  IList<Reference>
 
newTargets  IList<Reference>
 

Return Value

Boolean

See Also

Reference

Was this information helpful?