API Reference > OdDb Classes > OdDbXRefMan Class > OdDbXRefMan Methods > OdDbXRefMan::loadAll Method
OdDbXRefMan::loadAll Method
Syntax
C++
static OdResult loadAll(OdDbDatabase* pHostDb, bool verify = false);
Parameters 
Description 
OdDbDatabase* pHostDb 
[in] Pointer to the host database.  
bool verify = false 
[in] Verify. 

Loads of all Xrefs not currently loaded.

If verify is true, this function attempts to load those Xrefs that are not unloaded, not unresolved, and not resolved. 

Returns eOk if successful, or an appropriate error code if not.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.