Click or drag to resize
ServiceGetClient Method (UInt32)

Gets a Client from index.

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

Parameters

index
Type: SystemUInt32

: index identifying the client

Return Value

Type: Client

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

Remarks

Range is [0..getNumClients - 1].

See Also