Description
Set the float type value of preference setting.
Syntax
Function RFDocument.SetPreferenceFloatValue(item As RFPreferenceFloatItem, fValue As Single) As RFErrorCode
The SetPreferenceFloatValue syntax has these parts:
| Part | Description |
|---|---|
| item | [IN] RFPreferenceFloatItem Required. Preference Item which has float type. |
| fValue | [IN] Single Required. Preference value for specified item. |