DynamicValue.TryGetIndexValue Method (.Object., Object.)
Tries the get index value.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 6.0.328+39e3229
Syntax
C#
public bool TryGetIndexValue(
Object[] indexes,
out Object?? result
)
Parameters
indexes |
Type: .System.Object. |
result |
Type: System.Object. |
Return Value
Type: Boolean
true if the value is returned,
false otherwise.