Click or drag to resize

IMultiModelReceiverReceiveLoad Method

Receive and create a load.

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

Parameters

loadDescription  LoadDescription
The description of the load to create.

Return Value

Visual
The created load.
See Also