Returns the angular increment along a bar or hook bend to which the RebarConstraint is attached.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.0)
Since:
2014
Syntax
C# |
---|
public int GetTargetRebarAngleOnBarOrHookBend() |
Visual Basic |
---|
Public Function GetTargetRebarAngleOnBarOrHookBend As Integer |
Visual C++ |
---|
public:
int GetTargetRebarAngleOnBarOrHookBend() |
Return Value
The angular increment relative to the reference bar edge.
Remarks
Exceptions
Exception | Condition |
---|
Autodesk.Revit.Exceptions..::..InvalidOperationException |
RebarConstraint is no longer valid.
-or-
The RebarConstraint is not of RebarConstraintType 'ToOtherRebar.'
-or-
The RebarTargetConstraintType is not 'HookBend' or 'BarBend'.
-or-
Constrained rebar is a free form rebar element.
|
See Also