RebarInSystem.GetHookTypeId
Description:
Get the id of the RebarHookType to be applied to the rebar.
Get the id of the RebarHookType to be applied to the rebar.
public ElementId GetHookTypeId(
int end
)
-
Int32end0 for the start hook, 1 for the end hook.
Return Value
ElementId
The id of a RebarHookType, or invalidElementId if the rebar has
no hook at the specified end.
-
end must be 0 or 1.