DynamicValue.TryGetIndexValue Method (.Object., Object.)
Tries the get index value.
          Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public bool TryGetIndexValue(
Object[] indexes,
out Object result
)
VB
Public Function TryGetIndexValue (
indexes As Object(),
<OutAttribute> ByRef result As Object
) As Boolean
Parameters
| 
                   indexes  | 
                   Type: .System.Object.  | 
| 
                   result  | 
                   Type: System.Object.  | 
Return Value
Type: Boolean
true if XXXX, false otherwise.