Aqualogic Interaction API  
 

IPTServerConfigSettings.GetSettingAsDouble Method 

Returns the specified global Plumtree setting as a double. If the setting is not recognized, will throw PT_RESULTCODES.PT_E_INVALIDARG. If the setting is recognized, but is not a double, will throw a XPFormatException.

double GetSettingAsDouble(
   int iSettingID
);

Parameters

iSettingID
is the ID of the setting to return. See {@link com.plumtree.server.PT_SERVER_CONFIG_SETTINGNAME PT_SERVER_CONFIG_SETTINGNAME} for allowed values.

Return Value

The value of the setting, as double

See Also

IPTServerConfigSettings Interface | com.plumtree.server Namespace