Skip to content

IVI-COM Parameter General Editor

Name

Name of the parameter. Parameter names must start with a capital letter and can contain only alphanumeric characters.

Type

Data type of the method.

If an array is desired, append opening and closing square brackets ([]) to the type name. For example, to specify an array of double, enter Double[].

Direction

Choose Input to specify an input parameter.

Choose Output to specify an output parameter.

Choose Input/Output to specify an input/output parameter.