Click or drag to resize
ServiceGetClient Method (String)

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

Parameters

id
Type: SystemString

: ID identifying the client

Return Value

Type: Client

the client object if the id exists, otherwise returns null.

Remarks

Range is [0..getNumClients - 1].

See Also