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.
The indexes.

result

Type: System.Object.
The result.

Return Value

Type: Boolean
true if the value is returned, false otherwise.

Reference

DynamicValue Class

TryGetIndexValue Overload

TwinCAT.TypeSystem Namespace