Get the id of the RebarHookType that is applied to the rebar.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ElementId GetHookTypeId(
int end
)
Parameters
- end Int32
-
0 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.
Exceptions
See Also
Reference