API Reference > Classes > Database Classes > OdBmDatabase Class > OdBmDatabase Methods > OdBmDatabase::getExecutedUpgrades Method
OdBmDatabase::getExecutedUpgrades Method
Syntax
C++
void getExecutedUpgrades(OdArray<OdGUID> &) const;
Parameters 
Description 
upgrades 
[out] An array of GUID values, which represent executed upgrades. 

Retrieves upgrades that were executed for the database.

The method fills the passed array of OdGUID objects with GUID values and returns it to a calling subroutine.

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