API Reference > Classes > Export Classes > TB_IFCEXPORT Namespace > Classes > EntryMap Class
EntryMap Class
Syntax
C++
class EntryMap;

TbIfcEntryMap.h

Represents a mapping from a BimRv parameter or calculated value to an IFC property or quantity.

Default constructor. 
Constructor by BuiltInParameter.
 
Constructor by parameter name.
 
Constructor by BuiltInParameter and parameter name.
 
Constructor by PropertyCalculator.
 
Gets the built-in parameter.
 
Gets the standard name of the parameter in BimRv (if it exists).
 
Gets the property calculator to calculate the property value.
 
Gets a flag that indicates whether the property value is retrieved only from the calculator.
 
Checks whether the parameter has a usable (valid) name.
 
Sets the built-in parameter.
 
Sets the standard name of the parameter in BimRv.
 
Sets the property calculator to calculate the property value.
 
Sets a flag that indicates whether the property value is retrieved only from the calculator.
 
Updates caches to make use of this Entry faster after it is completed. 
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.