PropertyObject.InsertElements
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
PropertyObject.InsertElements
Syntax
PropertyObject.InsertElements( arrayOffset, numElements, options = 0)
Purpose
Inserts one or more elements into an array object.
Remarks
This method is valid only for one-dimensional array objects. Use the PropertyObjectType.ArrayDimensions property to set the size of multi-dimensional array objects.
Parameters
arrayOffset As Long
[In] Specifies the array offset of the first element to insert.
numElements As Long
[In] Specifies the number of elements to insert.
options As Long
[In] Pass 0 to specify the default behavior or pass one or more PropertyOptions constants. Use the bitwise-OR operator to specify multiple options.
This parameter has a default value of 0 .
See Also
PropertyObjectType.ArrayDimensions
Thread Safety of the PropertyObject API and TestStand Variables