ReplaceReferenceTargets Method


Rebar Constraint Replace Reference Targets Method


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void ReplaceReferenceTargets(
	RebarConstrainedHandle handle,
	IList<Reference> targetReferences,
	bool isConstraintToCover,
	double offsetValue
)

Parameters

handle RebarConstrainedHandle
targetReferences IList Reference
isConstraintToCover Boolean
offsetValue Double
See Also