GH_Link.CreateTopicLink Method (String, String, String)

GH_LinkCreateTopicLink Method (String, String, String)

Namespace:  Grasshopper.Documentation
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static GH_Link CreateTopicLink(
	string text,
	string topicName,
	string tooltip
)
Public Shared Function CreateTopicLink ( 
	text As String,
	topicName As String,
	tooltip As String
) As GH_Link

Parameters

text
Type: SystemString
topicName
Type: SystemString
tooltip
Type: SystemString

Return Value

Type: GH_Link
See Also