[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Gets the value of the specified element in the Array. [Property] Index1=Sets a integer that represents the first-dimension index of the Array element to get. ARG(int)|1|0 Index2=Sets a integer that represents the second-dimension index of the Array element to get. ARG(int)|1|0 Index3=Sets a integer that represents the third-dimension index of the Array element to get. ARG(int)|1|0 ElementType=Sets the Type of the Value to get. ARG(Type)|20|(empty)|Type [Methods] doGetValue=Gets the value at the specified position in the one-dimensional Array. ARG(int Index1)|1|0 *doGetValue2=Gets the value at the specified position in the two-dimensional Array. ARG(int Index1, int Index2)|1|0 *doGetValue3=Gets the value at the specified position in the three-dimensional Array. ARG(int Index1, int Index2, int Index3)|1|0 *doGetValue4=Gets the value at the specified position in the multidimensional Array. ARG(params int[] Indices)|1|0 onGetValue=Occurs after invoke method doGetValue and returns the value at the specified position in the Array. ARG(Object)|2|0 Value=Returns the value at the specified position in the Array. ARG(Object)|3|0 Array=Defines the Array element to get. ARG(Array)|4|13 Index1=Defines a integer that represents the first-dimension index of the Array element to get. ARG(int)|4|1 *Index2=Defines a integer that represents the second-dimension index of the Array element to get. ARG(int)|4|1 *Index3=Defines a integer that represents the third-dimension index of the Array element to get. ARG(int)|4|1 *Indices=Defines a one-dimensional array of integers that represent the indexes specifying the position of the Array element to get. ARG(int[])|4|13