IMultiModelSenderTransmitCustomMessage Method |
Transmit a custom message
Namespace:
Demo3D.MultiModel.Client
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntaxvoid TransmitCustomMessage(
Object message
)
Parameters
- message
- Type: SystemObject
The object to transmit. The object will be serialized to json first.
See Also