RebarHookTypeStraightLineMultiplier Property |
Multiplier of bar diameter. Used to compute a default hook length.
The default hook length can be overridden by the RebarBarType class.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic double StraightLineMultiplier { get; set; }
Public Property StraightLineMultiplier As Double
Get
Set
public:
property double StraightLineMultiplier {
double get ();
void set (double value);
}
member StraightLineMultiplier : float with get, set
Property Value
Double
ExceptionsException | Condition |
---|
ArgumentException |
When setting this property: The given value for straightLineMultiplier is not a number
|
ArgumentOutOfRangeException |
When setting this property: straightLineMultiplier must be greater than 0 and no more than 99.
|
See Also