Struct Ifc4x1::IfcSubContractResourceTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x1.

Struct Documentation

struct Ifc4x1::IfcSubContractResourceTypeEnum

Public Types

enum Value

This enumeration is used to identify the primary purpose of a subcontract resource. The IfcSubContractResourceTypeEnum contains the following:

PURCHASE: Furnishing or supplying products. WORK: Performing work onsite. USERDEFINED: User-defined resource. NOTDEFINED: Undefined resource.

HISTORY: New enumeration in IFC2x4

Values:

enumerator IfcSubContractResourceType_PURCHASE
enumerator IfcSubContractResourceType_WORK
enumerator IfcSubContractResourceType_USERDEFINED
enumerator IfcSubContractResourceType_NOTDEFINED

Public Static Functions

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