LoadCreatorVisualCreateLoadVisual Method (VisualFactory) |
Create a new load based on a load factory (usually from a catalog).
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic Visual CreateLoadVisual(
VisualFactory factory
)
Parameters
- factory
- Type: Demo3D.VisualsVisualFactory
Visual factory to create load from.
Return Value
Type:
VisualNew load based on the visual factory.
See Also