PropertyObject.ArrayElementPrototype
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
PropertyObject.ArrayElementPrototype
Syntax
PropertyObject.ArrayElementPrototype
Data Type
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
Thread Safety of the PropertyObject API and TestStand Variables