Gets the root object that provides the visual children for the 3D control.

Namespace: Ico.Gwx
Assembly: Gwx3DControl (in Gwx3DControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public IGwxDependencyObjectContainer Root3D { get; }
Visual Basic
Public ReadOnly Property Root3D As IGwxDependencyObjectContainer
	Get
JScript
function get Root3D () : IGwxDependencyObjectContainer

Remarks

Modifications made to VisualChildren are automatically tracked for Undo/Redo and change-event notification.

See Also