Click or drag to resize

LoadCreatorVisualCreateLoadVisual(Visual, Boolean) Method

Create a new load by re-using an existing load in the system, either directly or by cloning it.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public Visual CreateLoadVisual(
	Visual existingLoad,
	bool clone
)

Parameters

existingLoad  Visual
Existing load.
clone  Boolean
If true, clone existingLoad otherwise directly use it.

Return Value

Visual
existingLoad, clone of existingLoad, or null if LoadCreator is "busy".
See Also