DynamicValue.TryGetIndexValue Method (.Int32., Object.)

Reads the specified array element.

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public bool TryGetIndexValue(
    int[] indices,
    out Object value
)

VB

Public Function TryGetIndexValue ( 
    indices As Integer(),
    <OutAttribute> ByRef value As Object
) As Boolean

Parameters

indices

Type: .System.Int32.
The indices.

value

Type: System.Object.
The value.

Return Value

Type: Boolean
System.Object.

Implements

IArrayValue.TryGetIndexValue(.Int32., Object.)

Reference

DynamicValue Class

TryGetIndexValue Overload

TwinCAT.TypeSystem Namespace