Identifies the hook length for a hook type
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public double GetHookLength(
ElementId hookId
)
Parameters
- hookId ElementId
-
id of the hook type
Return Value
Double
The hook length for a hook type
Exceptions
Remarks
If the AutoCalcHookLengths property is turned off, the default hook length will be returned
See Also
Reference