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