Gets the GwxProcessPoint object that owns this state item.

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

Syntax

C#
public GwxProcessPoint GetParentProcessPoint()
Visual Basic
Public Function GetParentProcessPoint As GwxProcessPoint
JScript
public function GetParentProcessPoint() : GwxProcessPoint

Return Value

The GwxProcessPoint object that owns this state item.

See Also