Method GetValueFeedRateValue
GetValueFeedRateValue(ParameterId)
From a feedrate parameter, get a SmartReal with the type value. Use GetValue(ParameterId) to get the feedrate type.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
SmartReal GetValueFeedRateValue(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. |