- Found in:
- Dylbills PE
Description
Documentation Comment
Set the nth parameter for the condition with the conditionId to the Float param. paramIndex must be between 0 and 2.
Caveats
Parameters
stringconditionId
floatparam
intparamIndex=0
Examples
Auto-Generated Example
string myString__conditionId
float myFloat__param
int myInt__paramIndex
bool returnedValue = DbConditionFunctions.SetConditionParameterFloat(myString__conditionId, myFloat__param, myInt__paramIndex)