API Reference > OdDb Classes > OdDbXRefMan Class > OdDbXRefMan Methods > load Method > OdDbXRefMan::load Method (OdDbDatabase*, OdString&)
OdDbXRefMan::load Method (OdDbDatabase*, OdString&)
Syntax
C++
static OdResult load(OdDbDatabase* pHostDb, const OdString& xrefBlockname);
Parameters 
Description 
OdDbDatabase* pHostDb 
[in] Pointer to the host database.  
const OdString& xrefBlockname 
[in] Xref block name to load. 

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

Loads of specified Xref(s) if not currently loaded.

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