Grasshopper API
GH_Link Class |
Represents a link to another location in the Help or some external address.
Namespace: Grasshopper.Documentation
Assembly: Grasshopper (in Grasshopper.dll)
The GH_Link type exposes the following members.
| 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