|
CFx SDK Documentation 2026 SP0
|
#include <Ifc4SelectTypes.h>
Public Member Functions | |
| IfcLibrarySelect (OdDAI::Select &select) | |
| bool | isIfcLibraryInformation () |
| void | setIfcLibraryInformation (IfcLibraryInformation *val) |
| bool | isIfcLibraryReference () |
| void | setIfcLibraryReference (IfcLibraryReference *val) |
Definition at line 3513 of file Ifc4SelectTypes.h.
|
inline |
Constructor for the IfcLibrarySelect class.
| select | [in] Select value to set. |
Definition at line 3523 of file Ifc4SelectTypes.h.
| bool OdIfc4::IfcLibrarySelect::isIfcLibraryInformation | ( | ) |
Checks whether this select contains value of IfcLibraryInformation or derived type.
| bool OdIfc4::IfcLibrarySelect::isIfcLibraryReference | ( | ) |
Checks whether this select contains value of IfcLibraryReference or derived type.
| void OdIfc4::IfcLibrarySelect::setIfcLibraryInformation | ( | IfcLibraryInformation * | val | ) |
Sets an IfcLibraryInformation instance into a select.
| val | [in] Value to set. |
| void OdIfc4::IfcLibrarySelect::setIfcLibraryReference | ( | IfcLibraryReference * | val | ) |
Sets an IfcLibraryReference instance into a select.
| val | [in] Value to set. |