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: 19.00.00
Syntax
C#
public ArrayList CreateVisuals(
	string xml
)

Parameters

xml  String
The XML string to create the visual tree from.

Return Value

ArrayList

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

See Also