RebarConstraintsManagerGetAllConstrainedHandles Method

Retrieves all handles on the Rebar that are constrained to external references.

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

Return Value

IListRebarConstrainedHandle
A collection of RebarConstrainedHandles
Exceptions
ExceptionCondition
InvalidOperationException The RebarConstraintsManager does not manage a valid Rebar element.
See Also