geCreateHilightGroup
geCreateHilightGroup(h_hlSetId[l_hlObjects] ) =>hlGroupId/ nil
Description
Creates a group container in the given highlight set.
A group container is used to group together highlight objects of a specified highlight set. Optionally, a parameter list of highlight objects can be specified for the group container.
Arguments
|
Optional argument that lists highlight objects to be placed in the group container being created. |
Value Returned
Examples
geCreateHilightGroup( hsetId list(hlObject1 hlObject2))
Related Topics
Return to top