IArrayValue.TrySetIndexValue Method

Tries to set the indexed value on Arrays

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

Syntax

C#

bool TrySetIndexValue(
    Object[] indexes,
    Object value
)

Parameters

indexes

Type: .System.Object.
The indexes.

value

Type: System.Object
The value.

Return Value

Type: Boolean
true if succeeded, false otherwise.

Reference

IArrayValue Interface

TwinCAT.TypeSystem Namespace