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

result

Type: System.Object.
The result.

Return Value

Type: Boolean
true if XXXX, false otherwise.

Reference

DynamicValue Class

TryGetIndexValue Overload

TwinCAT.TypeSystem Namespace