FormatOptions.SetUnitTypeId
Method
Description:
Sets the unit used to quantify values.
Sets the unit used to quantify values.
Exceptions
Exception | Condition |
---|---|
ArgumentException | unitTypeId is not a unit identifier. See UnitUtils.IsUnit(ForgeTypeId) and UnitUtils.GetUnitTypeId(DisplayUnitType). |
ArgumentNullException | A non-optional argument was null |
InvalidOperationException | UseDefault is true in this FormatOptions. |