RebarShapeSegment.SetConstraints Method

RebarShapeSegmentSetConstraints Method


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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