LoadCreatorVisualCreateLoadVisual Method (Visual, Boolean) |
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: 18.04.00
Syntaxpublic Visual CreateLoadVisual(
Visual existingLoad,
bool clone
)
Parameters
- existingLoad
- Type: Demo3D.VisualsVisual
Existing load. - clone
- Type: SystemBoolean
If true, clone existingLoad otherwise directly use it.
Return Value
Type:
VisualexistingLoad, clone of
existingLoad, or null if LoadCreator is "busy".
See Also