dbCreateGroup
dbCreateGroup(d_cellViewIDt_groupNamel_groupType[t_groupDefName] ) =>d_group/ nil
Description
Creates a group of the specified group definition in the specified cellview. If a group definition is not specified, a traditional, unrestricted group is created, which allows all types of objects and all types of groups as members and can exist in any database.
Arguments
|
List of group attributes.
For more information on valid values of |
|
|
Name of a group definition. The specified group definition must already exist. If the specified groupDef is an invalid string or does not exist, the function fails to create the group and returns
Built-in groupDefs include: |
Value Returned
Examples
dbCreateGroup(cv "myGroup1" list("set" "ordered"))
Creates the DM4 group myGroup1 of the groupDef unrestricted in the cv cellview with the specified attributes.
dbCreateGroup(cv "myGroup2" list("collection" "ordered") "net")
Creates the DM4 group myGroup2 of the groupDef net in the cv cellview with the specified attributes.
Related Topics
Group Creation and Modification Functions
Return to top