API Reference > Classes > Export Classes > TB_IFCEXPORT Namespace > Classes > PropertySetEntry Class
PropertySetEntry Class
Syntax
C++
class PropertySetEntry : public Entry<PropertySetEntryMap>;

TbIfcPropertySetEntry.h

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

Default constructor. 
Constructs a PropertySetEntry object by BimRv parameter name.
 
Constructs a PropertySetEntry object by BimRv parameter name and property type.
 
Constructs a PropertySetEntry object by property name, property type and another PropertySetEntry objects.
 
Constructs a PropertySetEntry object by property name, property type and Id of BimRv parameter.
 
Constructs a PropertySetEntry object by property name, property type, Id of BimRv parameter and property calculator.
 
Constructs a PropertySetEntry object by property name, property type and property calculator.
 
Constructs a PropertySetEntry object by property name, property type and another PropertySetEntry object.
 
Creates an entry of type area.
 
Creates an entry of type boolean.
 
Creates an external reference to IfcClassificationReference.
 
Creates an entry of type ElectricalCurrent.
 
Creates an entry of type ElectricalVoltage.
 
Creates an entry of type enumerated value. The type of the enumarated value is also given. Note that the enumeration list is not supported here.
 
 
Creates an entry of type Frequency.
 
Creates an entry of type given by PropertyType.
 
Creates an entry of type identifier.
 
Creates an entry of type Illuminance.
 
Creates an entry of type integer.
 
Creates an entry of type label.
 
Creates an entry of type length.
 
Creates an entry of type linear velocity.
 
Creates an entry of type list value. The type of the list value is also given.
 
Creates an entry of type logical.
 
Creates an entry of type normalised ratio.
 
Creates an entry for a given parameter.
 
Creates an entry of type positive length.
 
Creates an entry of type positive ratio.
 
Creates an entry of type Power.
 
Creates an entry of type ratio.
 
Creates an entry of type real.
 
Creates an entry of type text.
 
Creates an entry of type ThermalTransmittance.
 
Creates an entry of type ThermodynamicTemperature.
 
Creates an entry of type Volume.
 
Creates an entry of type VolumetricFlowRate.
 
Gets the type of the IFC property set entry.
 
Gets the value type of the IFC property set entry.
 
Process to create element property.
 
Sets the default value for a property.
 
Sets the type of the IFC property set entry.
 
Sets the value type of the IFC property set entry.
 
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.