Click or drag to resize
ServiceGetClient Method (UInt32)

Gets a OIV.RemoteViz.Rendering.Client from index.

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

Parameters

index
Type: SystemUInt32

: index identifying the client

Return Value

Type: Client

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

Remarks

Range is [0..getNumClients - 1].

See Also