Click or drag to resize
ConnectionParametersGetKey Method

Gets the key associated with an index.

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

Parameters

index
Type: SystemInt32

: the parameter index. Range id [0..getNumParameters - 1]

Return Value

Type: String

the key if the index exists, otherwise returns an empty string.

Remarks

See Also