GH_LinkCreateExternalLink Method (String, String, String) |
Namespace:
Grasshopper.Documentation
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static GH_Link CreateExternalLink(
string text,
string url,
string tooltip
)
Public Shared Function CreateExternalLink (
text As String,
url As String,
tooltip As String
) As GH_Link
Parameters
- text
- Type: SystemString
- url
- Type: SystemString
- tooltip
- Type: SystemString
Return Value
Type:
GH_LinkSee Also