Revit 2026 API
Rebar |
Sets the crank ratio value.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static void SetCrankRatio( Document document, ElementId rebarCrankTypeId, double crankRatio )
Public Shared Sub SetCrankRatio ( document As Document, rebarCrankTypeId As ElementId, crankRatio As Double )
public: static void SetCrankRatio( Document^ document, ElementId^ rebarCrankTypeId, double crankRatio )
static member SetCrankRatio : document : Document * rebarCrankTypeId : ElementId * crankRatio : float -> unit
Parameters
| Exception | Condition |
|---|---|
| ArgumentException | The rebarCrankTypeId doesn't represent a valid Rebar Crank Type. It should be an ElementType of BuiltInCategory.OST_RebarCrankType category. |
| ArgumentNullException | A non-optional argument was null |
| ArgumentOutOfRangeException | The given value for crankRatio must be positive. |
The crank slope is 1/crankRatio.
See Also