Click or drag to resize

GH_TextDot Constructor (Guid)

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

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

Parameters

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