Click or drag to resize

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
Syntax
C#
public Visual CreateVisual(
	string factoryName
)

Parameters

factoryName
Type: SystemString
The type name or catalog component name of the visual to create.

Return Value

Type: Visual
Returns null if no factory can be found.
See Also