Grasshopper API
GH_LineParserAction Enumeration |
Enumerates the possible actions a line parser can invoke.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)


Member name | Value | Description | |
---|---|---|---|
Include | 0 | Include the return code of the parser function. | |
Ignore | 1 | Ignore this line of text and move on to the next line. | |
Abort | 2 | Ignore this line of text and don't parse all subsequent lines. |
