Gets all rebar constraints that are attached to custom handles for this rebar.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<RebarConstraint> GetCustomConstraints()
Return Value
IList<RebarConstraint>
Returns all rebar constraints that are attached to custom handles for this rebar. This array does not contains the start and end constraints.
See Also
Reference