GH_Text Class

GH_Text Class

Represents a single string.
Inheritance Hierarchy
SystemObject
  Grasshopper.DocumentationGH_Text

Namespace:  Grasshopper.Documentation
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public class GH_Text : IGH_Content
Public Class GH_Text
	Implements IGH_Content

The GH_Text type exposes the following members.

Properties
  NameDescription
Public propertyText
Gets the text string.
Top
Methods
  NameDescription
Public methodStatic memberCreate
Create a new instance of GH_Text.
Public methodToString (Overrides ObjectToString.)
Top
See Also