Share

Parameter.Value Property

Parent Object: Parameter

Description

Gets/(Sets) the value of this parameter. Numeric values are in database units. Setting this is equivalent to setting the 'Expression' with a constant string. 'Set' may not be allowed on some parameter types.

Syntax

Parameter.Value() As Variant

Property Value

This is a read/write property whose value is a Variant.

Samples

Name Description
Model Parameters This sample demonstrates the methods and properties supported by the Parameters object for model parameters.
Sheet Metal Thickness Editing This sample illustrates editing the thickness of a sheet metal part.

Version

Introduced in version 4

Was this information helpful?