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