DbHyperlink.h
This class is a container object for OdDbHyperlink objects.
Corresponding C++ library: TD_Db
|
Name |
Description |
|
Virtual destructor. Destroys an object of the OdDbHyperlinkCollection class and releases all resources that were used by the object. | |
|
Default constructor. Creates a new object of the OdDbHyperlinkCollection class. |
|
Name |
Description |
|
Creates a HyperLink object and inserts it into this HyperlinkCollection object at the specified index. | |
|
Creates a HyperLink object and adds it to the beginning of this HyperlinkCollection object. | |
|
Creates a HyperLink object and adds it to the end of this HyperlinkCollection object. | |
|
Returns the number of HyperLink objects in this HyperlinkCollection object. | |
|
Returns the HyperLink object at the specified location in this HyperlinkCollection object. | |
|
Removes a Hyperlink object at the specified location in this HyperlinkCollection object. | |
|
Removes the first Hyperlink object in this HyperlinkCollection object. | |
|
Removes the last Hyperlink object in this HyperlinkCollection object. |
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|