Gets and sets the current value of the command input. The value is in centimeters but will be displayed to the user in the current default document units. Setting this value can fail if the input value is not within the minimum and maximum value range.
The isValidExpression property should be checked before using this value within the command because if the expression can't be evaluated there isn't a valid value. Fusion won't allow the execution of a command that contains ValueCommandInput object with invalid expressions so you can dependably use the value in the execute event of the command.
"distanceValueCommandInput_var" is a variable referencing a DistanceValueCommandInput object.
|
"distanceValueCommandInput_var" is a variable referencing a DistanceValueCommandInput object.
|