LoadCreatorVisualCreateLoadVisual(VisualFactory) Method |
Create a new load based on a load factory (usually from a catalog).
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic Visual CreateLoadVisual(
VisualFactory factory
)
Parameters
- factory VisualFactory
- VisualFactory to create load from.
Return Value
VisualNew load based on the visual factory, or null if LoadCreator is "busy".
See Also