Close

Relief for ODA Team in Ukraine

Learn more
ODA BimRv SDK
ParameterUtil::removeElementFromCache Method
Syntax
C++
static void removeElementFromCache(const OdBmElement* element);

Remove an element from the parameter cache, to save space. 

 

Parameters
Description
element
[in] The element to be removed.
remarks Generally speaking, we expect to need to access an element's parameters in one pass (this is not true for types, which could get accessed repeatedly). As such, we are wasting space keeping an element's parameters cached after it has already been exported.
Copyright © 2002-2022. Open Design Alliance All rights reserved.