Click or drag to resize

MultiModelSenderReceiverAspectTryTransmitLoad Method

Attempts to transmit a load based on the target receiver's Transport Mode.

Namespace:  Demo3D.MultiModel.Client
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public void TryTransmitLoad(
	Visual load
)

Parameters

load
Type: Demo3D.VisualsVisual
The load to transmit

Return Value

Type: 
True if load was transmitted, otherwise false if the load is queued for transmission
See Also