Provides basic functionality for the custom ReadFile component script parsing.
Inheritance Hierarchy
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public abstract class GH_LineParser
Public MustInherit Class GH_LineParser
The GH_LineParser type exposes the following members.
Constructors
| Name | Description |
---|
| GH_LineParser | Initializes a new instance of the GH_LineParser class |
TopMethods
| Name | Description |
---|
| ParseLine |
Parse a line of text and convert it to custom data.
|
TopSee Also