GEOS SDK TechDocs
|
|
3.1 GenItemGroup Instance Data
|
3.3 GenItemGroup Basics
GenItemClass
is a subclass of
GenClass
. It has one new instance field:
@instance word GII_identifier;
GII_
identifier
sets the indentifying keyword (usually an enumerated type) that uniquely identifies this GenItem. This identifier is used by the GenItemGroup parent to indicate the current selection and otherwise reference the item. Each GenItem identifier within the same GenItemGroup must evaluate to a unique value.
GEOS SDK TechDocs
|
|
3.1 GenItemGroup Instance Data
|
3.3 GenItemGroup Basics