Click or drag to resize

IMultiModelReceiverReceiveLoad Method

Receive and create a load.

Namespace:  Demo3D.MultiModel.Client
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax
C#
Visual? ReceiveLoad(
	LoadDescription? loadDescription
)

Parameters

loadDescription
Type: Demo3D.MultiModel.ClientLoadDescription
The description of the load to create.

Return Value

Type: Visual
The created load.
See Also