public static void SetCrankOffsetMultiplier( Document document, ElementId rebarCrankTypeId, double crankOffsetMultiplier )
| 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 crankOffsetMultiplier must be positive. |