Share via


DictType.enumId Method

Provides the ID for the enumeration type on which an extended data type is based.

Syntax

public EnumId enumId()

Run On

Called

Return Value

Type: EnumId Extended Data Type
The ID of the enumeration type on which the extended data type is based; 0 (zero) if the extended data type is not based on an enumeration.

Remarks

You can use the baseType method to determine what the data type of an extended data type is.

See Also

DictType Class

DictType.baseType Method