GH_Text.Create Method

GH_TextCreate Method

Create a new instance of GH_Text.

Namespace:  Grasshopper.Documentation
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static GH_Text Create(
	string text
)
Public Shared Function Create ( 
	text As String
) As GH_Text

Parameters

text
Type: SystemString
Text to wrap.

Return Value

Type: GH_Text
See Also