Click or drag to resize
ConnectionParametersGetIndex Method

Gets the index associated with a key.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public int GetIndex(
	string key
)

Parameters

key
Type: SystemString

Return Value

Type: Int32

the index if the key exists, otherwise returns -1.

Remarks

See Also