Replaces the current set of references, the type of constraint and the offset value, with the newly provided ones.
Will throw exception if this is a constraint for Shape Driven Rebar.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void ReplaceReferenceTargets(
RebarConstrainedHandle handle,
IList<Reference> targetReferences,
bool isConstraintToCover,
double offsetValue
)
Parameters
- handle RebarConstrainedHandle
-
The RebarConstrainedHandle that has this constraint.
- targetReferences IList<Reference>
-
The references to which the rebar handle will be constrained.
This collection must contain one or more references to faces of elements that can host rebar.
- isConstraintToCover Boolean
-
If true the RebarConstraintType will be set to ToCover, otherwise RebarConstraintType will be set to FixedDistanceToHostFace.
- offsetValue Double
-
The distance from references to the rebar handle.
Exceptions
See Also
Reference