Parameter.Value Property
Parent Object: ParameterDescription
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 VariantProperty 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. |