RebarHookTypeGetHookExtensionLength Method |
Computes the hook extension length based on current hook length
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic double GetHookExtensionLength(
RebarBarType barType
)
Public Function GetHookExtensionLength (
barType As RebarBarType
) As Double
public:
double GetHookExtensionLength(
RebarBarType^ barType
)
member GetHookExtensionLength :
barType : RebarBarType -> float
Parameters
- barType RebarBarType
-
Return Value
Double
Exceptions
See Also