API Reference > Classes > Loader Classes > OdBmSystemServicesPE Class > OdBmSystemServicesPE Methods > OdBmSystemServicesPE::unloadCondition Method
OdBmSystemServicesPE::unloadCondition Method
Syntax
C++
virtual std::function<bool (const OdBmObject*)> unloadCondition() const;

Condition function, that will be taken into account, on evaluating requirements of unloading for specific object.

Creates a condition function. 

 

If condition function returns true, then object will be unloaded. Condition function will be called only for objects, that support unloading.

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