API Reference > OdDb Classes > OdDbHyperlinkCollection Class > OdDbHyperlinkCollection Methods > OdDbHyperlinkCollection::addHead Method
OdDbHyperlinkCollection::addHead Method
Syntax
C++
virtual void addHead(const OdString& name, const OdString& description, const OdString& subLocation = OdString::kEmpty) = 0;
Parameters 
Description 
const OdString& name 
[in] Name for the Hyperlink object.  
const OdString& description 
[in] Description for the Hyperlink object.  
const OdString& subLocation = OdString::kEmpty 
[in] Sublocation for the Hyperlink object. 

Creates a HyperLink object and adds it to the beginning of this HyperlinkCollection object. 

 

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