Click or drag to resize

GH_TextEntity Constructor (GH_TextEntity)

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

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

Parameters

other
Type: Grasshopper.Kernel.TypesGH_TextEntity
GH_TextEntity to duplicate
See Also