Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the configuration key ID for the enumeration.
Syntax
public ConfigurationKeyId configurationKeyId()
Run On
Called
Return Value
Type: ConfigurationKeyId Extended Data Type
The configuration key ID for the enumeration; 0 (zero) if there is no configuration key ID for the enumeration.
Examples
The following example shows the retrieval of the configuration key ID for an enumeration.
DictEnum de;
int i;
de = new DictEnum(enumName2Id("ActionType"));
print int2str(de.configurationKeyId());