LabVIEWParameterElement.ArrayElementPrototype

Syntax

LabVIEWParameterElement.ArrayElementPrototype

Data Type

LabVIEWParameterElement

Purpose

Returns the cluster prototype for the elements of the array.

Remarks

This property is valid only for arrays of LabVIEW clusters. Call the LabVIEWParameterElement.Category property to determine whether the parameter is an array of LabVIEW clusters. The array element prototype is a template from which new elements are copied when the size of the array increases. The array element prototype represents the expected structure of elements of the array. You can also use the array element prototype to create a TestStand custom data type that maps to the LabVIEW cluster.

See Also

LabVIEWParameterElement

LabVIEWParameterElement.Category