RebarBendDataHookLength1 Property |
The extension length of the hook at the end.
The default value is 0.0.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic double HookLength1 { get; set; }
Public Property HookLength1 As Double
Get
Set
public:
property double HookLength1 {
double get ();
void set (double value);
}
member HookLength1 : float with get, set
Property Value
Double
ExceptionsException | Condition |
---|
ArgumentException |
When setting this property: The given value for hookLength1 is not finite
|
See Also