Click or drag to resize

GH_GDLParserParseGDL Method

Convert a GDL text into an actual document.

Namespace:  Grasshopper.Kernel.GDL
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static GH_Document ParseGDL(
	string[] lines,
	out string[] messages
)

Parameters

lines
Type: SystemString
Lines to parse.
messages
Type: SystemString
Messages encountered.

Return Value

Type: GH_Document
A document on success or null on failure.
See Also