Struct Ifc4::IfcTaskDurationEnum

Nested Relationships

This struct is a nested type of Struct Ifc4.

Struct Documentation

struct Ifc4::IfcTaskDurationEnum

Public Types

enum Value

IfcTaskDurationEnum identifies how a time duration is measured:

ELAPSEDTIME: The time duration is based on elapsed time (24 hours per day, independent of calendar). WORKTIME: The time duration is based on work time (calendar-dependent). NOTDEFINED: The time duration is undefined.

HISTORY: New enumeration in IFC2x4.

Values:

enumerator IfcTaskDuration_ELAPSEDTIME
enumerator IfcTaskDuration_WORKTIME
enumerator IfcTaskDuration_NOTDEFINED

Public Static Functions

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