DocumentCreateVisual Method (String) |
Create a visual given a visual factory name.
This can be a type such as "BoxVisual" or a name of a catalog component loaded into the current application.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic Visual CreateVisual(
string factoryName
)
Parameters
- factoryName
- Type: SystemString
The type name or catalog component name of the visual to create.
Return Value
Type:
VisualReturns null if no factory can be found.
See Also