GEOS SDK TechDocs
|
|
3.6 GenItemGroup Links
|
4 GenDynamicListClass
GenItemGroups may only have GenItems as children. Likewise, GenItems must always be generic children of a GenItemGroup object. There also is no capability to allow some items under a GenItemGroup object to be exclusive while others are non-exclusive. This can often be accomplished instead by making the list non-exclusive and clearing other items when necessary to create the exclusive behavior.
In some cases, you may wish to store modified or indeterminate states for individual items rather than for only the whole group. In this case, you should probably use a GenBooleanGroup.
For long lists of items or lists that may require frequent updating, you might wish to use a GenDynamicList instead.
GEOS SDK TechDocs
|
|
3.6 GenItemGroup Links
|
4 GenDynamicListClass