| Method Summary |
| UnitDimensionConversion | GetDimensionOption
()
Get method for attribute
"DimensionOption"
How the dimensions of the model should be converted. |
|
/*optional*/
Boolean | GetIgnoreParamUnits
()
Get method for attribute
"IgnoreParamUnits"
This boolean specifies whether to (or not to) ignore parameter units.
If null or true parameter values and units will not
be changed when changing the model unit system. If false,
parameter units will be converted according to the rule specified for
dimensions. |
| void | SetDimensionOption
(UnitDimensionConversion value)
Set method for attribute
"DimensionOption"
How the dimensions of the model should be converted. |
| void | SetIgnoreParamUnits
(
/*optional*/
Boolean value)
Set method for attribute
"IgnoreParamUnits"
This boolean specifies whether to (or not to) ignore parameter units.
If null or true parameter values and units will not
be changed when changing the model unit system. If false,
parameter units will be converted according to the rule specified for
dimensions. |