EbsOpen Class Library for EBSILON®Professional

Variable.GetAtArrayIndex Method 

[Visual Basic]
Public Function GetAtArrayIndex( _ 
   ByVal Index As Integer, _ 
   ByRef Value As Object _ 
) As Boolean
[C#]
public bool GetAtArrayIndex(
   int Index,
   out object Value
);
[C++]
public: bool GetAtArrayIndex(
   int Index,
   * Object* Value
);
[JScript]
public function GetAtArrayIndex(
   int Index,
   Object Value
): bool;

Remarks

get the value at the specified index - only valid for arrays

See Also

Variable Class | EbsOpen Namespace