DocumentCreateVisual(String) Method |
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.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic Visual CreateVisual(
string factoryName
)
Parameters
- factoryName String
- The type name or catalog component name of the visual to create.
Return Value
VisualReturns null if no factory can be found.
See Also