API Reference > OdDb Classes > OdDbHyperlinkCollection Class > OdDbHyperlinkCollection Methods > OdDbHyperlinkCollection::addAt Method
OdDbHyperlinkCollection::addAt Method
Syntax
C++
virtual void addAt(const int hyperlinkIndex, const OdString& name, const OdString& description, const OdString& subLocation = OdString::kEmpty) = 0;
Parameters 
Description 
const int hyperlinkIndex 
[in] Hyperlink index.  
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 inserts it into this HyperlinkCollection object at the specified index. 

 

Objects at or after index are moved toward the tail.

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