Click or drag to resize
RenderAreaGetConnection Method (String)

Gets a Connection to the renderArea.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public Connection GetConnection(
	string id
)

Parameters

id
Type: SystemString

: ID identifying the Connection

Return Value

Type: Connection

a pointer to the connection if the id exists, otherwise returns NULL.

Remarks

See Also