Click or drag to resize

MultiModelSenderReceiverAspectCreateReceiver Method

Creates a MultiModel Receiver.

Namespace:  Demo3D.MultiModel.Client
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public virtual IMultiModelReceiver CreateReceiver(
	Document document
)

Parameters

document
Type: Demo3D.VisualsDocument

[Missing <param name="document"/> documentation for "M:Demo3D.MultiModel.Client.MultiModelSenderReceiverAspect.CreateReceiver(Demo3D.Visuals.Document)"]

Return Value

Type: IMultiModelReceiver

[Missing <returns> documentation for "M:Demo3D.MultiModel.Client.MultiModelSenderReceiverAspect.CreateReceiver(Demo3D.Visuals.Document)"]

See Also