Sets a new value represented with a unsigned long value into underlying enumeration instance.
Parameters
Parameters
Description
val
[in] A new value.
Returns
true if the value was successfully set; otherwise, the method returns false.
Remarks
This method can be used together with early-bound enumeration values, but is not recommended in late-bound way of working as same numerical index values of enumeration types may have different meanings in different EXPRESS schemas.