CVIParameters.NewArguments
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
CVIParameters.NewArguments
Syntax
CVIParameters.NewArguments
Return Value
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.