Click or drag to resize

LoadCreatorVisualCreateLoadVisual Method (Visual)

Create a new load based on an existing load.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public Visual CreateLoadVisual(
	Visual templateLoad
)

Parameters

templateLoad
Type: Demo3D.VisualsVisual
Existing template load.

Return Value

Type: Visual
New load created by cloning the template load.
See Also