Sets the lower and upper bound of an array for the first dimension only. NOTE: In SAL this function was named SalSetArrayBounds().

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public static SalBoolean ArraySetBounds(
	SalArray aArray,
	SalNumber nLower,
	SalNumber nUpper
)

Parameters

aArray
Type: PPJ.Runtime..::..SalArray
The name of the array to query.
nLower
Type: PPJ.Runtime..::..SalNumber
The new lower bound.
nUpper
Type: PPJ.Runtime..::..SalNumber
The new upper bound or AC_Dynamic.

Return Value

bOk

See Also