RebarShapeSegmentGetConstraints Method

Retrieve the list of constraints associated with this segment.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<RebarShapeConstraint> GetConstraints()

Return Value

IListRebarShapeConstraint
The list of constraints.
See Also