[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Sets the specified element in the Array to the specified value. [Property] Index1=Sets a integer that represents the first-dimension index of the Array element to set. ARG(int)|1|0 Index2=Sets a integer that represents the second-dimension index of the Array element to set. ARG(int)|1|0 Index3=Sets a integer that represents the third-dimension index of the Array element to set. ARG(int)|1|0 [Methods] doSetValue=Sets a value to the element at the specified position in the one-dimensional Array. ARG(Object Value, int Index1)|1|0 *doSetValue2=Sets a value to the element at the specified position in the two-dimensional Array. ARG(Object Value, int Index1, int Index2)|1|0 *doSetValue3=Sets a value to the element at the specified position in the three-dimensional Array. ARG(Object Value, int Index1, int Index2, int Index3)|1|0 *doSetValue4=Sets a value to the element at the specified position in the multidimensional Array. ARG(Object Value, params int[] Indices)|1|0 Array=Defines the Array element to set. ARG(Array)|4|13 Value=Defines the new value for the specified element. ARG(Object)|4|0 Index1=Defines a integer that represents the first-dimension index of the Array element to set. ARG(int)|4|1 *Index2=Defines a integer that represents the second-dimension index of the Array element to set. ARG(int)|4|1 *Index3=Defines a integer that represents the third-dimension index of the Array element to set. ARG(int)|4|1 *Indices=Defines a one-dimensional array of integers that represent the indexes specifying the position of the Array element to set. ARG(int[])|4|13