CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
OdIfc4x1::IfcResourceTime Class Reference

#include <IfcResourceTimeAutoImpl.h>

Inheritance diagram for OdIfc4x1::IfcResourceTime:
OdIfc4x1::IfcSchedulingTime OdIfc4x1::OdIfc4x1Instance OdIfc::OdIfcInstance

Public Member Functions

const OdAnsiString & getScheduleWork () const
 
void setScheduleWork (const OdAnsiString &ScheduleWork)
 
double getScheduleUsage () const
 
void setScheduleUsage (double ScheduleUsage)
 
const OdAnsiString & getScheduleStart () const
 
void setScheduleStart (const OdAnsiString &ScheduleStart)
 
const OdAnsiString & getScheduleFinish () const
 
void setScheduleFinish (const OdAnsiString &ScheduleFinish)
 
const OdAnsiString & getScheduleContour () const
 
void setScheduleContour (const OdAnsiString &ScheduleContour)
 
const OdAnsiString & getLevelingDelay () const
 
void setLevelingDelay (const OdAnsiString &LevelingDelay)
 
OdDAI::Boolean getIsOverAllocated () const
 
void setIsOverAllocated (OdDAI::Boolean IsOverAllocated)
 
const OdAnsiString & getStatusTime () const
 
void setStatusTime (const OdAnsiString &StatusTime)
 
const OdAnsiString & getActualWork () const
 
void setActualWork (const OdAnsiString &ActualWork)
 
double getActualUsage () const
 
void setActualUsage (double ActualUsage)
 
const OdAnsiString & getActualStart () const
 
void setActualStart (const OdAnsiString &ActualStart)
 
const OdAnsiString & getActualFinish () const
 
void setActualFinish (const OdAnsiString &ActualFinish)
 
const OdAnsiString & getRemainingWork () const
 
void setRemainingWork (const OdAnsiString &RemainingWork)
 
double getRemainingUsage () const
 
void setRemainingUsage (double RemainingUsage)
 
double getCompletion () const
 
void setCompletion (double Completion)
 
 IfcResourceTime ()
 
virtual OdResult inFields (OdDAI::OdSpfFilerBase *rdFiler) override
 
virtual OdResult outFields (OdDAI::OdSpfFilerBase *wrFiler) override
 
virtual OdDAI::Entity * getInstanceType () const override
 
virtual OdRxValue getAttr (const char *attrName) const override
 
virtual void unsetAttr (const char *explicitAttrName) override
 
virtual bool testAttr (const char *explicitAttrName) const override
 
virtual bool putAttr (const char *explicitAttrName, const OdRxValue &val) override
 
virtual bool isKindOf (OdIfc::OdIfcEntityType entityType) const override
 
virtual OdIfc::OdIfcEntityType type () const override
 
virtual OdRxValue getAttr (const OdIfc::OdIfcAttribute attrDef) const override
 
virtual void unsetAttr (const OdIfc::OdIfcAttribute explicitAttrDef) override
 
virtual bool testAttr (const OdIfc::OdIfcAttribute explicitAttrDef) const override
 
virtual bool putAttr (const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val) override
 
- Public Member Functions inherited from OdIfc4x1::IfcSchedulingTime
const OdAnsiString & getName () const
 
void setName (const OdAnsiString &Name)
 
IfcDataOriginEnum getDataOrigin () const
 
void setDataOrigin (IfcDataOriginEnum DataOrigin)
 
const OdAnsiString & getUserDefinedDataOrigin () const
 
void setUserDefinedDataOrigin (const OdAnsiString &UserDefinedDataOrigin)
 
 IfcSchedulingTime ()
 
- Public Member Functions inherited from OdIfc4x1::OdIfc4x1Instance
void setInverseCounterParts () override
 
- Public Member Functions inherited from OdIfc::OdIfcInstance
 ODRX_DECLARE_MEMBERS (OdIfcInstance)
 
 OdIfcInstance ()
 
 ~OdIfcInstance ()
 
bool isInstanceOf (OdIfcEntityType entityType) const
 
IfcOpResult resolved ()
 
void resolve (IfcOpResult resolved, void *resPtr)
 
void unresolve ()
 
virtual void setGsNode (OdGsCache *pGsNode)
 
virtual OdGsCachegsNode () const
 
virtual OdUInt32 subSetAttributes (OdGiDrawableTraits *traits) const
 
virtual bool subWorldDraw (OdGiWorldDraw *wd) const
 
virtual OdDbStub * ownerId () const
 

Protected Attributes

OdAnsiString m_ScheduleWork
 
IfcPositiveRatioMeasure m_ScheduleUsage
 
OdAnsiString m_ScheduleStart
 
OdAnsiString m_ScheduleFinish
 
OdAnsiString m_ScheduleContour
 
OdAnsiString m_LevelingDelay
 
OdDAI::Boolean m_IsOverAllocated
 
OdAnsiString m_StatusTime
 
OdAnsiString m_ActualWork
 
IfcPositiveRatioMeasure m_ActualUsage
 
OdAnsiString m_ActualStart
 
OdAnsiString m_ActualFinish
 
OdAnsiString m_RemainingWork
 
IfcPositiveRatioMeasure m_RemainingUsage
 
IfcPositiveRatioMeasure m_Completion
 
- Protected Attributes inherited from OdIfc4x1::IfcSchedulingTime
OdAnsiString m_Name
 
OdDAI::Enum m_DataOrigin
 
OdAnsiString m_UserDefinedDataOrigin
 
- Protected Attributes inherited from OdIfc::OdIfcInstance
voidm_resPtr
 
IfcOpResult m_resolved
 

Additional Inherited Members

- Static Public Member Functions inherited from OdIfc::OdIfcInstance
static const OdGePoint3dasPoint3d (const OdIfcInstance *inst)
 
static const OdGePoint2dasPoint2d (const OdIfcInstance *inst)
 
static const OdGeVector3dasVector3d (const OdIfcInstance *inst)
 
static const OdGeVector2dasVector2d (const OdIfcInstance *inst)
 
static const OdGeMatrix2dasMatrix2d (const OdIfcInstance *inst)
 
static const OdGeMatrix3dasMatrix3d (const OdIfcInstance *inst)
 
static OdIfcCompoundPtr asCompound (OdSmartPtr< OdIfcInstance > inst)
 
static const OdCmEntityColorasRgbColor (const OdIfcInstance *inst)
 

Detailed Description

IfcResourceTime captures the time-related information about a construction resource.

Definition at line 40 of file Ifc4x1/IfcResourceTimeAutoImpl.h.

Constructor & Destructor Documentation

◆ IfcResourceTime()

OdIfc4x1::IfcResourceTime::IfcResourceTime ( )

Default constructor for the IfcResourceTime class.

Member Function Documentation

◆ getActualFinish()

const OdAnsiString & OdIfc4x1::IfcResourceTime::getActualFinish ( ) const

Returns the value of ActualFinish attribute. This attribute represents the time when the resource actually finished working.

Returns
Returns the value of ActualFinish attribute.

◆ getActualStart()

const OdAnsiString & OdIfc4x1::IfcResourceTime::getActualStart ( ) const

Returns the value of ActualStart attribute. This attribute represents the time when the resource actually started working.

Returns
Returns the value of ActualStart attribute.

◆ getActualUsage()

double OdIfc4x1::IfcResourceTime::getActualUsage ( ) const

Returns the value of ActualUsage attribute. This attribute represents the actual amount of the resource used concurrently.

Returns
Returns the value of ActualUsage attribute.

◆ getActualWork()

const OdAnsiString & OdIfc4x1::IfcResourceTime::getActualWork ( ) const

Returns the value of ActualWork attribute. This attribute represents the actual work performed by the resource as of the StatusTime.

Returns
Returns the value of ActualWork attribute.

◆ getAttr() [1/2]

virtual OdRxValue OdIfc4x1::IfcResourceTime::getAttr ( const char * attrName) const
overridevirtual

Returns an attribute value for the specified attribute name.

Parameters
attrName[in] Name of an attribute to query.
Returns
OdRxValue object that represents a generic variant type value.

Reimplemented from OdIfc4x1::IfcSchedulingTime.

◆ getAttr() [2/2]

virtual OdRxValue OdIfc4x1::IfcResourceTime::getAttr ( const OdIfc::OdIfcAttribute attrDef) const
overridevirtual

Returns an attribute value for the specified attribute definition.

Parameters
attrDef[in] Attribute definition to query.
Returns
OdRxValue object that represents a generic variant type value.

Reimplemented from OdIfc4x1::IfcSchedulingTime.

◆ getCompletion()

double OdIfc4x1::IfcResourceTime::getCompletion ( ) const

Returns the value of Completion attribute. This attribute represents the percent completion of this resource. if the resource is assigned to a task, then indicates completion of the task on behalf of the resource if the resource is partitioned into sub-allocations, then indicates overall completion of sub-allocations

Returns
Returns the value of Completion attribute.

◆ getInstanceType()

virtual OdDAI::Entity * OdIfc4x1::IfcResourceTime::getInstanceType ( ) const
overridevirtual

Returns a type of a class instance.

Returns
Pointer to the <exref target=https://docs.opendesign.com/tkernel_api_cpp/OdDAI__Entity.html>>OdDAI::Entity</exref> type that determines an entity definition within a schema.

Reimplemented from OdIfc4x1::IfcSchedulingTime.

◆ getIsOverAllocated()

OdDAI::Boolean OdIfc4x1::IfcResourceTime::getIsOverAllocated ( ) const

Returns the value of IsOverAllocated attribute. This attribute indicates whether the resource is scheduled in excess of its capacity.

Returns
Returns the value of IsOverAllocated attribute.

◆ getLevelingDelay()

const OdAnsiString & OdIfc4x1::IfcResourceTime::getLevelingDelay ( ) const

Returns the value of LevelingDelay attribute. This attribute represents a delay in the ScheduleStart caused by leveling.

Returns
Returns the value of LevelingDelay attribute.

◆ getRemainingUsage()

double OdIfc4x1::IfcResourceTime::getRemainingUsage ( ) const

◆ getRemainingWork()

const OdAnsiString & OdIfc4x1::IfcResourceTime::getRemainingWork ( ) const

Returns the value of RemainingWork attribute. This attribute represents the work remaining to be completed by the resource.

Returns
Returns the value of RemainingWork attribute.

◆ getScheduleContour()

const OdAnsiString & OdIfc4x1::IfcResourceTime::getScheduleContour ( ) const

Returns the value of ScheduleContour attribute. This attribute indicates how a resource should be leveled over time by adjusting the resource usage according to a specified curve. Standard values include: 'Flat', 'BackLoaded', 'FrontLoaded', 'DoublePeak', 'EarlyPeak', 'LatePeak', 'Bell', and 'Turtle'. Custom values specify a custom name or formula.

Returns
Returns the value of ScheduleContour attribute.

◆ getScheduleFinish()

const OdAnsiString & OdIfc4x1::IfcResourceTime::getScheduleFinish ( ) const

Returns the value of ScheduleFinish attribute. This attribute represents the time when the resource is scheduled to finish working.

Returns
Returns the value of ScheduleFinish attribute.

◆ getScheduleStart()

const OdAnsiString & OdIfc4x1::IfcResourceTime::getScheduleStart ( ) const

Returns the value of ScheduleStart attribute. This attribute represents the time when the resource is scheduled to start working.

Returns
Returns the value of ScheduleStart attribute.

◆ getScheduleUsage()

double OdIfc4x1::IfcResourceTime::getScheduleUsage ( ) const

Returns the value of ScheduleUsage attribute. This attribute represents the amount of the resource used concurrently. For example, 100% means 1 worker, 300% means 3 workers, 50% means half of 1 worker's time for scenarios where multitasking is feasible. If not provided, then the usage ratio is considered to be 100%.

Returns
Returns the value of ScheduleUsage attribute.

◆ getScheduleWork()

const OdAnsiString & OdIfc4x1::IfcResourceTime::getScheduleWork ( ) const

Returns the value of ScheduleWork attribute. This attribute represents the total work (e.g. person-hours) allocated to the task on behalf of the resource.

Returns
Returns the value of ScheduleWork attribute.
Remarks
This is not necessarily the same as the task duration (IfcTaskTime.ScheduleDuration); it can vary according to the resource usage ratio and other resources assigned to the task.

◆ getStatusTime()

const OdAnsiString & OdIfc4x1::IfcResourceTime::getStatusTime ( ) const

Returns the value of StatusTime attribute. This attribute represents the date and time for which status values are applicable; particularly completion, actual, and remaining values. If values are time-phased (the referencing IfcConstructionResource has associated time series values for attributes), then the status values can be determined from such time-phased data as of the StatusTime.

Returns
Returns the value of StatusTime attribute.

◆ inFields()

virtual OdResult OdIfc4x1::IfcResourceTime::inFields ( OdDAI::OdSpfFilerBase * rdFiler)
overridevirtual

Reads object's data from the specified filer.

Parameters
rdFiler[in] Pointer to a filer from which to read the data.
Returns
A value of OdResult type that contains the result of the method execution.

Reimplemented from OdIfc4x1::IfcSchedulingTime.

◆ isKindOf()

virtual bool OdIfc4x1::IfcResourceTime::isKindOf ( OdIfc::OdIfcEntityType entityType) const
overridevirtual

Checks whether the specified instance is the object derived from or belongs to this class.

Parameters
entityType[in] Entity to check.
Returns
true if the specified instance is the object derived from or belongs to this class, false otherwise.

Reimplemented from OdIfc4x1::IfcSchedulingTime.

◆ outFields()

virtual OdResult OdIfc4x1::IfcResourceTime::outFields ( OdDAI::OdSpfFilerBase * wrFiler)
overridevirtual

Writes object's data the the specified filer.

Parameters
wrFiler[in] Pointer to a filer to which to write the data.
Returns
A value of OdResult type that contains the result of the method execution.

Reimplemented from OdIfc4x1::IfcSchedulingTime.

◆ putAttr() [1/2]

virtual bool OdIfc4x1::IfcResourceTime::putAttr ( const char * explicitAttrName,
const OdRxValue & val )
overridevirtual

Sets the specified attribute with a given value.

Parameters
explicitAttrName[in] Explicit name of the attribute to set.
val[in] Value to set.
Returns
true if the value is successfully set for the specified attribute, false otherwise.

Reimplemented from OdIfc4x1::IfcSchedulingTime.

◆ putAttr() [2/2]

virtual bool OdIfc4x1::IfcResourceTime::putAttr ( const OdIfc::OdIfcAttribute explicitAttrDef,
const OdRxValue & val )
overridevirtual

Sets the specified attribute with a given value.

Parameters
explicitAttrDef[in] Explicit attribute definition to set.
val[in] Value to set.
Returns
true if the value is successfully set for the specified attribute, false otherwise.

Reimplemented from OdIfc4x1::IfcSchedulingTime.

◆ setActualFinish()

void OdIfc4x1::IfcResourceTime::setActualFinish ( const OdAnsiString & ActualFinish)

Sets the value of ActualFinish attribute. This attribute represents the time when the resource actually finished working.

Parameters
ActualFinish[in] Actual finish to set.

◆ setActualStart()

void OdIfc4x1::IfcResourceTime::setActualStart ( const OdAnsiString & ActualStart)

Sets the value of ActualStart attribute. This attribute represents the time when the resource actually started working.

Parameters
ActualStart[in] Actual start to set.

◆ setActualUsage()

void OdIfc4x1::IfcResourceTime::setActualUsage ( double ActualUsage)

Sets the value of ActualUsage attribute. This attribute represents the actual amount of the resource used concurrently.

Parameters
ActualUsage[in] Actual usage to set.

◆ setActualWork()

void OdIfc4x1::IfcResourceTime::setActualWork ( const OdAnsiString & ActualWork)

Sets the value of ActualWork attribute. This attribute represents the actual work performed by the resource as of the StatusTime.

Parameters
ActualWork[in] Actual work to set.

◆ setCompletion()

void OdIfc4x1::IfcResourceTime::setCompletion ( double Completion)

Sets the value of Completion attribute. This attribute represents the percent completion of this resource. if the resource is assigned to a task, then indicates completion of the task on behalf of the resource if the resource is partitioned into sub-allocations, then indicates overall completion of sub-allocations

Parameters
Completion[in] Completion to set.

◆ setIsOverAllocated()

void OdIfc4x1::IfcResourceTime::setIsOverAllocated ( OdDAI::Boolean IsOverAllocated)

Sets the value of IsOverAllocated attribute. This attribute indicates whether the resource is scheduled in excess of its capacity.

Parameters
IsOverAllocated[in] IsOverAllocated attribute to set.

◆ setLevelingDelay()

void OdIfc4x1::IfcResourceTime::setLevelingDelay ( const OdAnsiString & LevelingDelay)

Sets the value of LevelingDelay attribute. This attribute represents a delay in the ScheduleStart caused by leveling.

Parameters
LevelingDelay[in] Leveling delay to set.

◆ setRemainingUsage()

void OdIfc4x1::IfcResourceTime::setRemainingUsage ( double RemainingUsage)

◆ setRemainingWork()

void OdIfc4x1::IfcResourceTime::setRemainingWork ( const OdAnsiString & RemainingWork)

Sets the value of RemainingWork attribute. This attribute represents the work remaining to be completed by the resource.

Parameters
RemainingWork[in] Remaining work to set.

◆ setScheduleContour()

void OdIfc4x1::IfcResourceTime::setScheduleContour ( const OdAnsiString & ScheduleContour)

Sets the value of ScheduleContour attribute. This attribute indicates how a resource should be leveled over time by adjusting the resource usage according to a specified curve. Standard values include: 'Flat', 'BackLoaded', 'FrontLoaded', 'DoublePeak', 'EarlyPeak', 'LatePeak', 'Bell', and 'Turtle'. Custom values specify a custom name or formula.

Parameters
ScheduleContour[in] Schedule contour to set.

◆ setScheduleFinish()

void OdIfc4x1::IfcResourceTime::setScheduleFinish ( const OdAnsiString & ScheduleFinish)

Sets the value of ScheduleFinish attribute. This attribute represents the time when the resource is scheduled to finish working.

Parameters
ScheduleFinish[in] Schedule finish to set.

◆ setScheduleStart()

void OdIfc4x1::IfcResourceTime::setScheduleStart ( const OdAnsiString & ScheduleStart)

Sets the value of ScheduleStart attribute. This attribute represents the time when the resource is scheduled to start working.

Parameters
ScheduleStart[in] Schedule start to set.

◆ setScheduleUsage()

void OdIfc4x1::IfcResourceTime::setScheduleUsage ( double ScheduleUsage)

Sets the value of ScheduleUsage attribute. This attribute represents the amount of the resource used concurrently. For example, 100% means 1 worker, 300% means 3 workers, 50% means half of 1 worker's time for scenarios where multitasking is feasible. If not provided, then the usage ratio is considered to be 100%.

Parameters
ScheduleUsage[in] Schedule usage to set.

◆ setScheduleWork()

void OdIfc4x1::IfcResourceTime::setScheduleWork ( const OdAnsiString & ScheduleWork)

Sets the value of ScheduleWork attribute. This attribute represents the total work (e.g. person-hours) allocated to the task on behalf of the resource.

Parameters
ScheduleWork[in] Schedule work to set.
Remarks
This is not necessarily the same as the task duration (IfcTaskTime.ScheduleDuration); it can vary according to the resource usage ratio and other resources assigned to the task.

◆ setStatusTime()

void OdIfc4x1::IfcResourceTime::setStatusTime ( const OdAnsiString & StatusTime)

Sets the value of StatusTime attribute. This attribute represents the date and time for which status values are applicable; particularly completion, actual, and remaining values. If values are time-phased (the referencing IfcConstructionResource has associated time series values for attributes), then the status values can be determined from such time-phased data as of the StatusTime.

Parameters
StatusTime[in] Status time to set.

◆ testAttr() [1/2]

virtual bool OdIfc4x1::IfcResourceTime::testAttr ( const char * explicitAttrName) const
overridevirtual

Checks whether the specified attribute is set.

Parameters
explicitAttrName[in] Explicit name of the attribute to test.
Returns
true if the specified attribute is set, false otherwise.

Reimplemented from OdIfc4x1::IfcSchedulingTime.

◆ testAttr() [2/2]

virtual bool OdIfc4x1::IfcResourceTime::testAttr ( const OdIfc::OdIfcAttribute explicitAttrDef) const
overridevirtual

Checks whether the specified attribute is set.

Parameters
explicitAttrDef[in] Attribute definition to test.
Returns
true if the specified attribute is set, false otherwise.

Reimplemented from OdIfc4x1::IfcSchedulingTime.

◆ type()

virtual OdIfc::OdIfcEntityType OdIfc4x1::IfcResourceTime::type ( ) const
overridevirtual

Returns the type of this entity.

Returns
A value of the <exref target=https://docs.opendesign.com/tkernel_api_cpp/OdIfc__OdIfcEntityType.html>>OdIfc::OdIfcEntityType</exref> type that represents type of this entity.

Reimplemented from OdIfc4x1::IfcSchedulingTime.

◆ unsetAttr() [1/2]

virtual void OdIfc4x1::IfcResourceTime::unsetAttr ( const char * explicitAttrName)
overridevirtual

Resets a value for the specified attribute.

Parameters
explicitAttrName[in] Explicit name of the attribute to reset.

Reimplemented from OdIfc4x1::IfcSchedulingTime.

◆ unsetAttr() [2/2]

virtual void OdIfc4x1::IfcResourceTime::unsetAttr ( const OdIfc::OdIfcAttribute explicitAttrDef)
overridevirtual

Resets a value for the specified attribute.

Parameters
explicitAttrDef[in] Explicit definition that represents an attribute to reset.

Reimplemented from OdIfc4x1::IfcSchedulingTime.

Member Data Documentation

◆ m_ActualFinish

OdAnsiString OdIfc4x1::IfcResourceTime::m_ActualFinish
protected

Definition at line 411 of file Ifc4x1/IfcResourceTimeAutoImpl.h.

◆ m_ActualStart

OdAnsiString OdIfc4x1::IfcResourceTime::m_ActualStart
protected

Definition at line 410 of file Ifc4x1/IfcResourceTimeAutoImpl.h.

◆ m_ActualUsage

IfcPositiveRatioMeasure OdIfc4x1::IfcResourceTime::m_ActualUsage
protected

Definition at line 409 of file Ifc4x1/IfcResourceTimeAutoImpl.h.

◆ m_ActualWork

OdAnsiString OdIfc4x1::IfcResourceTime::m_ActualWork
protected

Definition at line 408 of file Ifc4x1/IfcResourceTimeAutoImpl.h.

◆ m_Completion

IfcPositiveRatioMeasure OdIfc4x1::IfcResourceTime::m_Completion
protected

Definition at line 414 of file Ifc4x1/IfcResourceTimeAutoImpl.h.

◆ m_IsOverAllocated

OdDAI::Boolean OdIfc4x1::IfcResourceTime::m_IsOverAllocated
protected

Definition at line 406 of file Ifc4x1/IfcResourceTimeAutoImpl.h.

◆ m_LevelingDelay

OdAnsiString OdIfc4x1::IfcResourceTime::m_LevelingDelay
protected

Definition at line 405 of file Ifc4x1/IfcResourceTimeAutoImpl.h.

◆ m_RemainingUsage

IfcPositiveRatioMeasure OdIfc4x1::IfcResourceTime::m_RemainingUsage
protected

Definition at line 413 of file Ifc4x1/IfcResourceTimeAutoImpl.h.

◆ m_RemainingWork

OdAnsiString OdIfc4x1::IfcResourceTime::m_RemainingWork
protected

Definition at line 412 of file Ifc4x1/IfcResourceTimeAutoImpl.h.

◆ m_ScheduleContour

OdAnsiString OdIfc4x1::IfcResourceTime::m_ScheduleContour
protected

Definition at line 404 of file Ifc4x1/IfcResourceTimeAutoImpl.h.

◆ m_ScheduleFinish

OdAnsiString OdIfc4x1::IfcResourceTime::m_ScheduleFinish
protected

Definition at line 403 of file Ifc4x1/IfcResourceTimeAutoImpl.h.

◆ m_ScheduleStart

OdAnsiString OdIfc4x1::IfcResourceTime::m_ScheduleStart
protected

Definition at line 402 of file Ifc4x1/IfcResourceTimeAutoImpl.h.

◆ m_ScheduleUsage

IfcPositiveRatioMeasure OdIfc4x1::IfcResourceTime::m_ScheduleUsage
protected

Definition at line 401 of file Ifc4x1/IfcResourceTimeAutoImpl.h.

◆ m_ScheduleWork

OdAnsiString OdIfc4x1::IfcResourceTime::m_ScheduleWork
protected

Definition at line 400 of file Ifc4x1/IfcResourceTimeAutoImpl.h.

◆ m_StatusTime

OdAnsiString OdIfc4x1::IfcResourceTime::m_StatusTime
protected

Definition at line 407 of file Ifc4x1/IfcResourceTimeAutoImpl.h.


The documentation for this class was generated from the following file: