Retrieves all handles on the Rebar that are constrained to external references.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2014
Syntax
| C# |
|---|
public IList<RebarConstrainedHandle> GetAllConstrainedHandles() |
| Visual Basic |
|---|
Public Function GetAllConstrainedHandles As IList(Of RebarConstrainedHandle) |
| Visual C++ |
|---|
public: IList<RebarConstrainedHandle^>^ GetAllConstrainedHandles() |
Return Value
A collection of RebarConstrainedHandles
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..InvalidOperationException | The RebarConstraintsManager does not manage a valid Rebar element. |