CommonCParameter.SetArrayDimensionSize
- Updated2026-02-03
- 1 minute(s) read
CommonCParameter.SetArrayDimensionSize
Syntax
CommonCParameter.SetArrayDimensionSize( dimension, arrayDimensionSize)
Purpose
Note
This property is obsolete. Use the
CommonCParameter.SetArrayDimensionSizeExpr
method instead.
Remarks
Specifies the size of the array corresponding to the zero-based index passed as an input. TestStand assigns this value to the CommonCParameter.SetArrayDimensionSizeExpr property.
Parameters
dimension As Long
[In] Specifies the zero-based index corresponding to one of the array dimensions.
arrayDimensionSize As Long
[In] Specifies the dimension size.