Click or drag to resize

GH_TextEntity Constructor (Guid)

Create a new referenced text entity that references a Rhino text object with the specified ID.

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

Parameters

ref_guid
Type: SystemGuid
ID of text entity object to reference.
See Also