Constructor

Creates a new instance of the XJEaseArrayParameter class.

Type: XJEaseArrayParameter

Namespace: XJTAG.Integration.XJRunner

Syntax

public XJEaseArrayParameter(XJEaseParameterType baseType, int depth)

Parameters

baseType

Type: XJEaseParameterType

The base type of the array.

depth

Type: int

The depth of the array, must be between 1 and 3 inclusive.

Exceptions

System.ArgumentOutOfRangeException

depth is less than 1 or greater than 3.