CVIParameters.NewArguments

Syntax

CVIParameters.NewArguments

Return Value

CVIArguments

Purpose

Creates and returns a new CVIArguments collection. Use this collection to pass argument values to a LabWindows/CVI module function using the CVIModule.Execute method.

Remarks

The new collection contains the same number of items as the CVIParameters collection. To pass an argument value to a function parameter, set the CVIArgument.Value property on the item in the CVIArguments collection that has the same index as the parameter in the CVIParameters collection.

See Also

CVIArgument.Value

CVIArguments

CVIModule.Execute

CVIParameters