Function: members

Syntax

members ({<group>})

Type

epointer

Returns

An array of all entities within a group. The number of values returned is determined by the current size of the group.

Parameters

Examples

The following returns the members of the these group.

epointer ep[] = members()

The following returns the members of a permanent group a.

group a
ep = members(a)

The following returns the members of a group expression, all arc entities within group a.

ep = members(a%arc_filter)

See Also

Functions:

root_members (group)

Identifiers:

these

Structures:

group