IArrayValue.TrySetIndexValue Method

Tries to set the indexed value on Arrays

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

Syntax

C#

bool TrySetIndexValue(
    Object[] indexes,
    Object value
)

VB

Function TrySetIndexValue ( 
    indexes As Object(),
    value As Object
) As Boolean

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