API Reference > OdDb Classes > OdDbProxyExt Class > OdDbProxyExt Methods > OdDbProxyExt::getReferences Method
OdDbProxyExt::getReferences Method
Syntax
C++
virtual void getReferences(const OdDbObject* pProxy, OdTypedIdsArray& ids) const = 0;
Parameters 
Description 
OdTypedIdsArray& ids 
[out] Object ID array of references contained in this proxy.  
types 
[out] Reference type array, where each entry is associated with the corresponding entry in the ids array. 

Returns the references maintained by this proxy. 

 

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