DynamicValue.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#

public bool TrySetIndexValue(
    Object[] indexes,
    Object value
)

VB

Public 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.

Implements

IArrayValue.TrySetIndexValue(.Object., Object)

Reference

DynamicValue Class

TwinCAT.TypeSystem Namespace