Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
Select::setEnum Method (unsigned long)
Syntax
C++
bool setEnum(unsigned long val);

Sets a new value represented with a unsigned long value into underlying enumeration instance.

Parameters
Description
val
[in] A new value.

true if the value was successfully set; otherwise, the method returns false.

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.

Copyright © 2002-2022. Open Design Alliance All rights reserved.