Share

RebarConstraintsManager.GetAllHandles Method

Gets all RebarConstrainedHandles of this bar.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public IList<RebarConstrainedHandle> GetAllHandles()

Return Value

IList<RebarConstrainedHandle>
All RebarConstrainedHandle objects will be returned, regardless of whether there are constraints associated to them.

Exceptions

ExceptionCondition
InvalidOperationException The RebarConstraintsManager does not manage a valid Rebar element.

See Also

Reference

Was this information helpful?