Struct Ifc4x2::IfcCostItemTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x2.

Struct Documentation

struct Ifc4x2::IfcCostItemTypeEnum

Public Types

enum Value

An IfcCostItemTypeEnum is a list of the available types of cost items. HISTORY: New type in IFC2x4

Enumeration

USERDEFINED: User-defined type. NOTDEFINED: Undefined type.

Values:

enumerator IfcCostItemType_USERDEFINED
enumerator IfcCostItemType_NOTDEFINED

Public Static Functions

IFC_PARSE_API const char *ToString(Value v)
IFC_PARSE_API Value FromString(const std::string &s)