| Revit 2020 API |
| RebarConstrainedHandle..::..GetEdgeNumber Method |
| RebarConstrainedHandle Class See Also |
If the RebarConstrainedHandle's RebarHandleType is 'Edge',
then this function will return the number of the edge that is
driven by the handle.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2014
Syntax
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..InvalidOperationException | RebarConstrainedHandle is no longer valid. -or- The RebarConstrainedHandle is not of RebarHandleType 'Edge'. |