RebarConstraintsManagerApplyRebarConstraints Method |
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool ApplyRebarConstraints(
IList<RebarConstraint> constraintsToApply,
IList<Reference> oldTargets,
IList<Reference> newTargets
)
Public Function ApplyRebarConstraints (
constraintsToApply As IList(Of RebarConstraint),
oldTargets As IList(Of Reference),
newTargets As IList(Of Reference)
) As Boolean
public:
bool ApplyRebarConstraints(
IList<RebarConstraint^>^ constraintsToApply,
IList<Reference^>^ oldTargets,
IList<Reference^>^ newTargets
)
member ApplyRebarConstraints :
constraintsToApply : IList<RebarConstraint> *
oldTargets : IList<Reference> *
newTargets : IList<Reference> -> bool
Parameters
- constraintsToApply IListRebarConstraint
-
- oldTargets IListReference
-
- newTargets IListReference
-
Return Value
Boolean
See Also