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: 10.12.3.0 (10.12.3.0)
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