PropertyObject.ArrayElementPrototype

Syntax

PropertyObject.ArrayElementPrototype

Data Type

PropertyObject

Purpose

Specifies the prototype for elements of the array.

Remarks

This property is valid only for arrays of containers or arrays of named types. Call the PropertyObject.Type property to determine whether the object is an array of containers or named types. 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.

See Also

PropertyObject

PropertyObject.GetArrayIndex

PropertyObject.GetArrayOffset

PropertyObject.GetNumElements

PropertyObject.Type

Thread Safety of the PropertyObject API and TestStand Variables