IArrayValue.TryGetIndexValue Method
Tries to get the specified Array Element
          Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
bool TryGetIndexValue(
int[] indices,
out Object value
)
VB
Function TryGetIndexValue (
indices As Integer(),
<OutAttribute> ByRef value As Object
) As Boolean
Parameters
| 
                   indices  | 
                   Type: .System.Int32.  | 
| 
                   value  | 
                   Type: System.Object.  | 
Return Value
Type: Boolean
true if XXXX, false otherwise.