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.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic Visual CreateLoadVisual(
Visual existingLoad,
bool clone
)
Parameters
- existingLoad Visual
- Existing load.
- clone Boolean
- If true, clone existingLoad otherwise directly use it.
Return Value
VisualexistingLoad, clone of
existingLoad, or null if LoadCreator is "busy".
See Also