LabVIEWParameters.NewArguments

Syntax

LabVIEWParameters.NewArguments

Return Value

LabVIEWArguments

Purpose

Creates and returns a new LabVIEWArguments collection. Use this collection to pass argument values to a LabVIEW module using the LabVIEWModule.Execute method.

Remarks

The new collection contains the same number of items as the LabVIEWParameters collection. To pass a argument value to a VI parameter, set the LabVIEWArgument.Value property on the item in the LabVIEWArguments collection that has the same index as the parameter in the LabVIEWParameters collection.

See Also

LabVIEWArgument.Value

LabVIEWArguments

LabVIEWModule.Execute

LabVIEWParameters