Click or drag to resize
ConnectionParametersGetValue Method (Int32)

Gets the value of a parameter associated with an index.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public string GetValue(
	int index
)

Parameters

index
Type: SystemInt32

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

Return Value

Type: String

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

Remarks

See Also