RebarShapeSegment.SetConstraints Method

RebarShapeSegmentSetConstraints Method


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void SetConstraints(
	IList<RebarShapeConstraint> constraints
)
Public Sub SetConstraints ( 
	constraints As IList(Of RebarShapeConstraint)
)
public:
void SetConstraints(
	IList<RebarShapeConstraint^>^ constraints
)
member SetConstraints : 
        constraints : IList<RebarShapeConstraint> -> unit 

Parameters

constraints  IListRebarShapeConstraint
 
See Also