Gets the group of dynamic objects (attached to a target object) 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 GwxDynamicGroup GetParentDynamicGroup()
Visual Basic
Public Function GetParentDynamicGroup As GwxDynamicGroup
JScript
public function GetParentDynamicGroup() : GwxDynamicGroup

Return Value

The dynamic group to which this dynamic object belongs.

See Also