evCreate API 5.7 Help

Groups

The Groups subsection of the Object section of the evCreate API includes interfaces and functions to create and break group items.

group namespace

The Groups subsection of the Object evCreate API section is accessed with the group namespace inside the object namespace:

evCreate.object.group.Function()

Interfaces

EvGroupAttributes

An interface that specifies the object items included in a group item.

Functions

Create(subObjs: EvItem[], zOrder?: EvObjectZOrder): Promise<EvItem>

A function to create a new group item from given object items.

Ungroup(obj: EvItem): Promise<EvItem[]>

A function to break a given group item into object items.

10 April 2025