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.

See Also

CommonCParameter.GetArrayDimensionSize

CommonCParameter.SetArrayDimensionSizeExpr