Class Hierarchy
AcRxObject AcDbEntityHyperlinkPE
C++
class AcDbEntityHyperlinkPE : public AcRxObject;
File
achapi.h
Description
AcDbEntityHyperlinkPE is the hyperlink protocol extension class. The methods of the AcDbEntityHyperlinkPE class allow you to set, get, and count the hyperlinks associated with an entity. The information associated with hyperlinks consists of the name of the link, a description of the link, and a sublocation within the link. For AutoCAD, a sublocation is a named view, while in a spreadsheet application, for example, a sublocation might be a cell or group of cells.
Notes
Although the hyperlink API allows multiple hyperlinks to be associated with an object, the hyperlink user interface (Hyperlink dialog, shortcut menu, tooltip, etc.) only displays the first hyperlink associated with an object. In the case of an entity within a block, the hyperlink user interface will display only the first hyperlink at each nesting level.
See the ObjectARX Developer's Guide for an example of how to use the hyperlink API.