#include <DbHyperlink.h>
This class is a container object for OdDbHyperlink objects.
- See also
- OdDbEntityHyperlinkPE OdDbHyperlink OdDbHyperlinkCollection
Corresponding C++ library: TD_Db
<group OdDb_Classes> 
Definition at line 156 of file DbHyperlink.h.
◆ OdDbHyperlinkCollection()
  
  | 
        
          | OdDbHyperlinkCollection::OdDbHyperlinkCollection | ( |  | ) |  |  | inline | 
 
 
◆ ~OdDbHyperlinkCollection()
  
  | 
        
          | virtual OdDbHyperlinkCollection::~OdDbHyperlinkCollection | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ addAt()
Creates a HyperLink object, and inserts it into this HyperlinkCollection object at the specified index.
- Parameters
- 
  
    | name | [in] Name for the Hyperlink object. |  | description | [in] Description for the Hyperlink object. |  | subLocation | [in] Sublocation for the Hyperlink object. |  | hyperlinkIndex | [in] Hyperlink index. |  
 
 
 
◆ addHead()
Creates a HyperLink object, and adds it to the start of this HyperlinkCollection object.
- Parameters
- 
  
    | name | [in] Name for the Hyperlink object. |  | description | [in] Description for the Hyperlink object. |  | subLocation | [in] Sublocation for the Hyperlink object. |  
 
 
 
◆ addTail()
Creates a HyperLink object, and adds it to the end of this HyperlinkCollection object.
- Parameters
- 
  
    | name | [in] Name for the Hyperlink object. |  | description | [in] Description for the Hyperlink object. |  | subLocation | [in] Sublocation for the Hyperlink object. |  
 
 
 
◆ count()
  
  | 
        
          | virtual int OdDbHyperlinkCollection::count | ( |  | ) | const |  | pure virtual | 
 
Returns the number of HyperLink objects in this HyperlinkCollection object. 
 
 
◆ item()
  
  | 
        
          | virtual OdDbHyperlink* OdDbHyperlinkCollection::item | ( | const int | hyperlinkIndex | ) | const |  | pure virtual | 
 
Returns the HyperLink object at the specified location in this HyperlinkCollection object.
- Parameters
- 
  
    | hyperlinkIndex | [in] Hyperlink index. |  
 
 
 
◆ ODRX_DECLARE_MEMBERS()
◆ removeAt()
  
  | 
        
          | virtual void OdDbHyperlinkCollection::removeAt | ( | const int | hyperlinkIndex | ) |  |  | pure virtual | 
 
Removes the HyperLink object at the specified location in this HyperlinkCollection object.
- Parameters
- 
  
    | hyperlinkIndex | [in] Hyperlink index. |  
 
 
 
◆ removeHead()
  
  | 
        
          | virtual void OdDbHyperlinkCollection::removeHead | ( |  | ) |  |  | pure virtual | 
 
Removes the first HyperLink object in this HyperlinkCollection object 
 
 
◆ removeTail()
  
  | 
        
          | virtual void OdDbHyperlinkCollection::removeTail | ( |  | ) |  |  | pure virtual | 
 
Removes the last HyperLink object in this HyperlinkCollection object 
 
 
The documentation for this class was generated from the following file: