ModelParameter.Units Property
Parent Object: ModelParameterDescription
Gets/(Sets) the units of the parameter. Note that the units is always retrieved as a string, but may be set using a constant from UnitsTypeEnum. 'Set' may not be allowed on some parameter types.
Syntax
ModelParameter.Units() As StringProperty Value
This is a read/write property whose value is a String.Samples
Name | Description |
Model Parameters | This sample demonstrates the methods and properties supported by the Parameters object for model parameters. |