Retrieves all handles on the Rebar that are constrained to external references.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public IList<RebarConstrainedHandle> GetAllConstrainedHandles()
Return Value
IList<RebarConstrainedHandle>A collection of RebarConstrainedHandles
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | The RebarConstraintsManager does not manage a valid Rebar element. |