Gets the document to which this dynamic object belongs.

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

Syntax

C#
public GwxDocument GetParentDocument()
Visual Basic
Public Function GetParentDocument As GwxDocument
JScript
public function GetParentDocument() : GwxDocument

Return Value

The document to which this dynamic object belongs.

See Also