2024 Method
Changes 0
M

Rebar.SetHookTypeId

Description:
Set the id of the RebarHookType to be applied to the rebar. If an EndTreatmentType is present at the rebar end, it will automatically set to invalidElementId.
public void SetHookTypeId(
	int end,
	ElementId hookTypeId
)
  • Int32
    end
    0 for the start hook, 1 for the end hook.
  • hookTypeId
    The id of a RebarHookType element, or invalidElementId if the rebar should have no hook at the specified end.