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.
Gets the default value for the particular enum which is the value of the first element in the enum.
Syntax
client server private static int getEnumDefaultValue(EnumId _enumId)
Run On
Called
Parameters
- _enumId
Type: EnumId Extended Data Type
The Id of the enum for which to get the default value.
Return Value
Type: int
The value of the first element as the default value.