ValueInput.realValue Property
Parent Object: ValueInputDefined in namespace "adsk::core" and the header file is <Core/Application/ValueInput.h>
Description
Gets the real value, if there is one. Returns -1 AND GetLastError returns ValueNotOfType if there is no real value. You can use the valueType property to determine which value type is currently used.
Syntax
"valueInput_var" is a variable referencing a ValueInput object.
|