[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Gets information about of the specified dimension in the Array. [Property] Dimension=Sets a zero-based dimension of the Array. ARG(int)|1|0 [Methods] Length=Return a 32-bit integer that represents the number of elements in the specified dimension of the Array. ARG(int)|3|1 LongLength=Return a 64-bit integer that represents the number of elements in the specified dimension of the Array. ARG(long)|3|105 LowerBound=Return the lower bound of the specified dimension in the Array. ARG(int)|3|1 UpperBound=Return the upper bound of the specified dimension in the Array. ARG(int)|3|1 Array=Defines the Array to get information. ARG(Array)|4|13 Dimension=Defines a zero-based dimension of the Array. ARG(int)|4|1