Method GetNamedValueSpindleRateValue
GetNamedValueSpindleRateValue(ElementExId, string)
From a spindle rate parameter, get a SmartReal with the computed spindle rate value. Use GetValue(ParameterId) to get the spindle rate type.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 15, 400, 200)]
SmartReal GetNamedValueSpindleRateValue(ElementExId inElementId, string inName)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementExId | inElementId | Element owner of the parameter. |
| string | inName | Full or partial name of the parameter to get. |
Returns
| Type | Description |
|---|---|
| SmartReal | A new SmartReal with the computed value of the parameter. |