RebarShape.GetDefaultHookAngle
Description:
Get the hook angle, expressed as an integral number of degrees (common values are 0, 90, 135, and 180).
Get the hook angle, expressed as an integral number of degrees (common values are 0, 90, 135, and 180).
Remarks:
Replaces the method GetHookAngle() from prior releases.
Replaces the method GetHookAngle() from prior releases.
[ObsoleteAttribute("This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarShape.GetTerminationsData().HookAngleAtStart or RebarShape.GetTerminationsData().HookAngleAtEnd instead.")]
public int GetDefaultHookAngle(
int end
)
-
Int32end0 for the starting hook, 1 for the ending hook.
Return Value
Int32
Int32
-
end must be 0 or 1.