Revit 2026 API
Rebar |
Identifies the crank ratio at the start. The 1:crankRatio that defines the crank slope.
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.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double CrankRatio0 { get; }
Public ReadOnly Property CrankRatio0 As Double Get
public: property double CrankRatio0 { double get (); }
member CrankRatio0 : float with get
Property Value
DoubleSee Also