Share

ModelParameter.Units Property

Parent Object: ModelParameter

Description

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 String

Property 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.

Version

Introduced in version 4

Was this information helpful?