Gets the GwxConfiguration object for the document in which the Gwx3DControl is contained. If the Gwx3DControl is not currently a descendant of IGwxControl, this property returns null.

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

Syntax

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

See Also