Click or drag to resize

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
)

Parameters

text
Type: SystemString
Text to wrap.

Return Value

Type: GH_Text
See Also