API Reference > Other Classes > OdOxOleLinkManager Class > OdOxOleLinkManager Methods > SetIUnknown Method > OdOxOleLinkManager::SetIUnknown Method (OdDbObject*, IUnknown*)
OdOxOleLinkManager::SetIUnknown Method (OdDbObject*, IUnknown*)
Syntax
C++
virtual bool SetIUnknown(OdDbObject* pObject, IUnknown* pIUnknown = 0) = 0;
Parameters 
Description 
OdDbObject* pObject 
[in] Pointer to the object.  
IUnknown* pIUnknown = 0 
[in] Pointer to the COM wrapper. 

Sets the link between the specified database -resident object and the specified COM wrapper. 

 

If pIUnknown is NULL, the link is removed.

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