Click or drag to resize
ServiceGetClient Method (String)

Gets a Client from id.

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

Parameters

id
Type: SystemString

: ID identifying the client

Return Value

Type: Client

a client pointer if the id exists, otherwise returns NULL.

Remarks

Range is [0..getNumClients - 1].

See Also