2027 Method
Changes 1
M

Rebar.GetOverridableHookParameters

Description:
Outputs the formula parameter ids defined in the RebarShape family which are associated with hook length and hook tangent length parameters.
Remarks:
Will throw an exception if the hook length override is not enabled.
public void GetOverridableHookParameters(
	out ISet<ElementId> startHookLengthPrameters,
	out ISet<ElementId> startHookTangentLengthParameters,
	out ISet<ElementId> endHookLengthParameters,
	out ISet<ElementId> endHookTangentLengthParameters
)
  • ISet<ElementId>%
    startHookLengthPrameters
    The formula parameter ids defined in the RebarShape family which are associated with start hook length parameters.
  • ISet<ElementId>%
    startHookTangentLengthParameters
    The formula parameter ids defined in the RebarShape family which are associated with start hook tangent length parameters.
  • ISet<ElementId>%
    endHookLengthParameters
    The formula parameter ids defined in the RebarShape family which are associated with end hook length parameters.
  • ISet<ElementId>%
    endHookTangentLengthParameters
    The formula parameter ids defined in the RebarShape family which are associated with end hook tangent length parameters.
  • The ability to override hook lengths is not enabled for this rebar instance. Use enableHookLengthOverride(true) to enable it.