API Reference > Classes > Export Classes > TB_IFCEXPORT Namespace > Classes > PropertyCalculator Class > PropertyCalculator Methods > PropertyCalculator::getParameterFromSubelementCache Method
PropertyCalculator::getParameterFromSubelementCache Method
Syntax
C++
virtual bool getParameterFromSubelementCache(const OdBmElement* element, const OdDAIObjectId& handle);
Parameters 
Description 
const OdBmElement* element 
[in] The element to calculate the value.  
const OdDAIObjectId& handle 
[in] The IFC handle that may offer parameter overrides.
 

True if the operation successful, false otherwise.

Retrieves parameter data for a specific IFC handle. May be implemented in derived classes. Designed to retrieve data for subelement parameter overrides. By default returns false. 

 

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.