AVEVA Database .NET Public Interface

ParameterList.SetFromDouble Method 

Set the indexed parameter in the list according to double value.

public void SetFromDouble(
   int index,
   double d
);

Parameters

index
Index of parameter in list
d
New value as double

See Also

ParameterList Class | Aveva.Pdms.Database Namespace