API Reference > OdDb Classes > OdDbEntityHyperlinkPE Class > OdDbEntityHyperlinkPE Methods > OdDbEntityHyperlinkPE::setHyperlinkCollection Method
OdDbEntityHyperlinkPE::setHyperlinkCollection Method
Syntax
C++
virtual void setHyperlinkCollection(const OdRxObject * pObject, OdDbHyperlinkCollection * pHCO) = 0;
Parameters 
Description 
const OdRxObject * pObject 
[in] Pointer to the target object.  
OdDbHyperlinkCollection * pHCO 
[in] Pointer to the HyperlinkCollection object. 

Associates the specified HyperlinkCollection object with the specified object. 

 

Hyperlink objects with NULL name, description or sublocation will not be added to the target object.

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