API Reference > OdDb Classes > OdDbHyperlink Class
OdDbHyperlink Class
OdDbHyperlink
Syntax
C++
class OdDbHyperlink;

DbHyperlink.h

This class is the base class for Hyperlink objects. 

Corresponding C++ library: TD_Db

OdDbHyperlink objects contain the following data: 

 

Name 
Description 
Hyperlink Name 
Filename or URL. 
Sublocation 
Named view, range of cells, etc. 
Description 
Display name for a Hyperlink. 

  • OdDbEntityHyperlinkPE
  • OdDbHyperlink
  • OdDbHyperlinkCollection
 

 
Name 
Description 
 
Virtual destructor. Destroys an object of the OdDbHyperlink class and releases all resources that were used by the object. 
 
Default constructor. Creates a new object of the OdDbHyperlink class. 
 
Name 
Description 
 
This enumeration specifies flags that can be set for a hyperlink object. 
 
Name 
Description 
 
Returns the description associated with this Hyperlink object. 
 
Gets flags for this Hyperlink object. 
 
Returns the display string associated with this Hyperlink object. 
 
This is getNestedLevel, a member of class OdDbHyperlink. 
 
Returns true if and only if this Hyperlink object is associated with the outermost container. 
 
name 
Returns the name associated with this Hyperlink object. 
 
Sets the description associated with this Hyperlink object.
 
 
Sets flags for this Hyperlink object.
 
 
Sets the name associated with this Hyperlink object.
 
 
Sets the sublocation associated with this Hyperlink object.
 
 
Returns the sublocation associated with this Hyperlink object. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.