RebarBendDataCrankLength1 Property |
Identifies the crank length at the end.
The default value is 0. A positive value means that there is a valid crank. If the value is 0 it means that there is no crank. If the value is negative it means that there is a crank with incorrect values.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic double CrankLength1 { get; }
Public ReadOnly Property CrankLength1 As Double
Get
public:
property double CrankLength1 {
double get ();
}
member CrankLength1 : float with get
Property Value
Double
See Also