IEditableCollection.SetValue Method

Sets a value to the element at the specified position in the ICollection.

Namespace:  TcHmiSrv.DynamicSymbols
Assembly:  TcHmiSrvExtNet.DynamicSymbols (in TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0

Syntax

C#

void SetValue(
    Object value,
    int index
)

Parameters

value

Type: System.Object
The new value for the specified element.

index

Type: System.Int32
An index that represents the position of the element to set.

Reference

IEditableCollection Interface

TcHmiSrv.DynamicSymbols Namespace