Groups the selected objects into an EWX-friendly hierarchy.

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

Syntax

C#
public GwxGroup GroupSelectedObjectsWithNoZoom()
Visual Basic
Public Function GroupSelectedObjectsWithNoZoom As GwxGroup
JScript
public function GroupSelectedObjectsWithNoZoom() : GwxGroup

Return Value

Returns the newly created top-layer group.

Remarks

The created hierarchy is: Group-Layer(NoZoom=true)-Group-Contained Objects.

See Also