GetOutputCollection Method
Gets a new XJEaseParameterCollection instance, with a number of empty parameters specified by the count parameter. This can be used to create a collection of output parameters which will be initialised with default values and populated when a called XJEase function completes.
Type: XJEaseParameterCollection
Namespace: XJTAG.Integration.XJRunner
Syntax
public static XJEaseParameterCollection GetOutputCollection(int count)
Parameters
- count
Type: int
The number of empty parameters to include in the collection.
Return Value
- XJEaseParameterCollection
A new instance containing empty parameters.
XJTAG v4.2.5
