IArrayValue.TryGetIndexValue Method

Tries to get the specified Array Element

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

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

Parameters

indices

Type: .System.Int32.
The indices.

value

Type: System.Object.
The value.

Return Value

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

Reference

IArrayValue Interface

TwinCAT.TypeSystem Namespace