Click or drag to resize

ServerClientModelFindReceiver Method

Finds a receiver by its ID.

Namespace:  Demo3D.MultiModel.Server
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public ReceiverDescription? FindReceiver(
	Guid id
)

Parameters

id
Type: SystemGuid
The ID of the receiver.

Return Value

Type: ReceiverDescription
The receiver with the specified ID, or null if not found.
See Also