ServerClientModelFindReceiver Method |
Finds a receiver by its ID.
Namespace: Demo3D.MultiModel.ServerAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic ReceiverDescription? FindReceiver(
Guid id
)
Parameters
- id Guid
- The ID of the receiver.
Return Value
ReceiverDescriptionThe receiver with the specified ID, or null if not found.
See Also