Represents a link to another location in the Help or some external address.
Inheritance Hierarchy
Namespace:
Grasshopper.Documentation
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic class GH_Link : IGH_Content
Public Class GH_Link
Implements IGH_Content
The GH_Link type exposes the following members.
Properties
| Name | Description |
---|
 | Destination |
Gets the link target.
|
 | IsSharedLink |
Gets whether this link is a shared link. A shared link should not have text
but it should have a non-empty LinkId.
|
 | LinkId |
Gets the link ID. The link ID is only used for shared links.
|
 | Target |
Gets the link type.
|
 | Text |
Gets the list text.
|
 | Tooltip |
Gets the link tooltip text.
|
Top
Methods
| Name | Description |
---|
  | CreateExternalLink(String, String) | |
  | CreateExternalLink(String, String, String) | |
  | CreateGlossaryLink(String) | |
  | CreateGlossaryLink(String, String) | |
  | CreateSharedLink(String, String) | |
  | CreateSharedLink(String, String, String) | |
  | CreateTopicLink(String, String) | |
  | CreateTopicLink(String, String, String) | |
 | ToString | (Overrides ObjectToString.) |
Top
See Also