RebarShapeSegmentGetConstraints Method

Retrieve the list of constraints associated with this segment.

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

Return Value

IListRebarShapeConstraint
The list of constraints.
See Also