Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbXRefMan::loadAll Method
Syntax
C++
static OdResult loadAll(OdDbDatabase* pHostDb, bool verify = false);

Loads of all Xrefs not currently loaded.

Parameters
Description
pHostDb
[in] Pointer to the host database.
verify
[in] Verify.

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. Returns eInvalidContext if Trace opened for editing.

Copyright © 2002-2022. Open Design Alliance All rights reserved.