Click or drag to resize

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.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public Visual CreateVisual(
	string factoryName
)

Parameters

factoryName  String
The type name or catalog component name of the visual to create.

Return Value

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