|
Public Member Functions |
| HRESULT | Delete () |
| | Deletes the parameter.
|
| HRESULT | SetValueInteger ([in] int in_value) |
| | Sets parameter's value and sets its type to 'Integer'.
|
| HRESULT | SetValueRealNumber ([in] double in_value) |
| | Sets parameter's value and sets its type to 'Real Number'.
|
| HRESULT | SetValueString ([in] BSTR in_value) |
| | Sets parameter's value and sets its type to 'String'.
|
| HRESULT | SetValueYesNo ([in] VARIANT_BOOL in_value) |
| | Sets parameter's value and sets its type to 'Yes No'.
|
Properties |
| BSTR | Name [get] |
| | Parameter name.
|
| IParameters | Parameters [get] |
| | Collection aggregating this parameter.
|
| ISolid | Solid [get] |
| | Solid model containing this parameter.
|
| VARIANT | Value [get, set] |
| | Parameter's value.
|
| VARIANT | ValueKeepType [set] |
| | Set this property to assign a new value without changing the parameter value type.
|
| EParamValueType | ValueType [get] |
| | Type of parameter's value.
|