Click or drag to resize

DocumentCreateVisuals Method

Create all visuals from an XML Document.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public ArrayList CreateVisuals(
	string xml
)

Parameters

xml
Type: SystemString
The XML string to create the visual tree from.

Return Value

Type: ArrayList

[Missing <returns> documentation for "M:Demo3D.Visuals.Document.CreateVisuals(System.String)"]

See Also