LabVIEWNXGParameters.NewArguments
- Updated2024-10-09
- 1 minute(s) read
LabVIEWNXGParameters.NewArguments
Syntax
LabVIEWNXGParameters.NewArguments
Return Value
Purpose
Creates and returns a new LabVIEWNXGArguments collection. Use this collection to pass argument values to a LabVIEWNXG module using the LabVIEWNXGModule.Execute method.
Remarks
The new collection contains the same number of items as the LabVIEWNXGParameters collection. To pass a argument value to a VI parameter, set the LabVIEWNXGArgument.Value property on the item in the LabVIEWNXGArguments collection that has the same index as the parameter in the LabVIEWNXGParameters collection.