Value.IndexOf Method

Determines the index of the specified Value in the Value.

Namespace:  TcHmiSrv.Core
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public int IndexOf(
    Value item
)

Parameters

item

Type: TcHmiSrv.Core.Value
The Value to locate in the Value.

Return Value

Type: Int32
The index of item if found in the list; otherwise, -1.

Reference

Value Class

TcHmiSrv.Core Namespace