Method GetValueSpindleRateValue
GetValueSpindleRateValue(ParameterId)
From a spindle rate parameter, get a SmartReal with the type value. Use GetValue(ParameterId) to get the spindle rate type.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 15, 400, 200)]
SmartReal GetValueSpindleRateValue(ParameterId inParameterId)
Parameters
| Type | Name | Description |
|---|---|---|
| ParameterId | inParameterId | Parameter to get. |
Returns
| Type | Description |
|---|---|
| SmartReal | A new SmartReal with the current value of the parameter. |