Click or drag to resize

GH_TextDot Constructor (GH_TextDot)

Create a duplicate of another GH_TextDot. This constructor also copies reference data.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_TextDot(
	GH_TextDot other
)

Parameters

other
Type: Grasshopper.Kernel.TypesGH_TextDot
Text dot to duplicate
See Also