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
Syntaxpublic Visual CreateLoadVisual(
Visual templateLoad
)
Parameters
- templateLoad
- Type: Demo3D.VisualsVisual
Existing template load.
Return Value
Type:
VisualNew load created by cloning the template load.
See Also