As400Program.SetParmsZeroValue Method

Definition

Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll

Sets all parameters of the program to their zero value.

void SetParmsZeroValue()

Sets all parameters of the program to their zero value.

Remarks

This method sets all parameters of the program in the ASNA DataGate client to their zero value. It iterates over the list of parameters and calls the SetZeroValue method of each parameter.

void SetParmsZeroValue()

See Also