Click or drag to resize
RenderAreaGetConnection Method (UInt32)

Gets a OIV.RemoteViz.Rendering.Connection to the renderArea.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public Connection GetConnection(
	uint index
)

Parameters

index
Type: SystemUInt32

: index identifying the OIV.RemoteViz.Rendering.Connection

Return Value

Type: Connection

a pointer to the connection if the index exists, otherwise returns nullptr.

Remarks

See Also