ArrayDimensions.GetDimensionsSizes

Syntax

ArrayDimensions.GetDimensionsSizes

Return Value

Long Array

Purpose

Returns an array of numbers that contains the size of each dimension in the array.

Remarks

For a PropertyObject that is an empty array, this method returns an array with an element for every dimension in the PropertyObject array. Each element in the array this method returns has a value of zero.

See Also

ArrayDimensions.GetLowerBounds

ArrayDimensions.GetUpperBounds

ArrayDimensions.SetBounds

PropertyObject