Group
Base Class: ObjectSet
Derived Classes: Component
Database
SliceGroup
Description
A group of DatabaseMember objects. Groups are created purely for user convenience.
You can add or remove any objects at any time from a group. Groups may overlap - i.e. they
may contain some or all of the same members as other groups
Available Functions:
| createValue(varNname, [energy], [force], [length], [mass], [time], [temperature], [perUnitLength]) |
| existsValue(varName) |
| getAssignments([attributeType]) |
| getGroupTypeCode() |
| getHighestParentGroup() |
| getID() |
| getName() |
| getTypeCode() |
| getValue(varName, [units]) |
| getValueNames() |
| getValueUnits(varName, [units]) |
| isMemberOfGroup(group) |
| setCurrent() |
| setName(newName) |
| setValue(varName, value, [units]) |
| ungroup() |
Back to Overview