Revit 2026 API
Rebar |
Gets all RebarConstrainedHandles of this bar.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<RebarConstrainedHandle> GetAllHandles()
Public Function GetAllHandles As IList(Of RebarConstrainedHandle)
public: IList<RebarConstrainedHandle^>^ GetAllHandles()
member GetAllHandles : unit -> IList<RebarConstrainedHandle>
Return Value
IListRebarConstrainedHandleAll RebarConstrainedHandle objects will be returned, regardless of whether there are constraints associated to them.
| Exception | Condition |
|---|---|
| InvalidOperationException | The RebarConstraintsManager does not manage a valid Rebar element. |
See Also