Represents GraphWorX runtime information. This object type is associated with the root element of a display.

In scripting, an object of this type is accessible via the "ThisDocument" global variable. The value of the "ThisDocument" variable is the GwxDocument object for the currently loaded display file.

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

Syntax

C#
public sealed class GwxDocument : FreezableFilteredCustomTypeDescriptorBase, 
	IChildObject, IUpdateable, IServiceProvider, IScriptEventBindingsProvider
Visual Basic
Public NotInheritable Class GwxDocument _
	Inherits FreezableFilteredCustomTypeDescriptorBase _
	Implements IChildObject, IUpdateable, IServiceProvider, IScriptEventBindingsProvider
JScript
public final class GwxDocument extends FreezableFilteredCustomTypeDescriptorBase implements IChildObject, IUpdateable, IServiceProvider, IScriptEventBindingsProvider

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows..::..Freezable
        FreezableFilteredCustomTypeDescriptorBase
          Ico.Gwx..::..GwxDocument

See Also