Group

Overview

group.

Function List

ohGroup ()
ohGroupList ()
ohGroupSize ()

Function Documentation

ohGroup

string returnValue
ohGroup(
string ObjectId
vector<string> ObjectIdList
bool Permanent
any Trigger
bool Overwrite)
Description:

Construct an object of class Group and return its id

Supported Platforms:

Excel

Parameters
ObjectIdid of object to be created
ObjectIdLista list of object IDs.
Permanentobject permanent/nonpermanent
Triggerdependency tracking trigger
Overwriteoverwrite flag

ohGroupList

vector<string> returnValue
ohGroupList(
string ObjectId
any Trigger)
Description:

Return the list of object IDs contained in a Group object.

Supported Platforms:

Excel

Parameters
ObjectIdid of existing ObjectHandler::Group object
Triggerdependency tracking trigger

ohGroupSize

long returnValue
ohGroupSize(
string ObjectId
any Trigger)
Description:

Return the number of object IDs contained in a Group object.

Supported Platforms:

Excel

Parameters
ObjectIdid of existing ObjectHandler::Group object
Triggerdependency tracking trigger