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
)
Public Shared Function ParseGDL (
lines As String(),
<OutAttribute> ByRef messages As String()
) As GH_Document
Parameters
- lines
- Type: SystemString
Lines to parse. - messages
- Type: SystemString
Messages encountered.
Return Value
Type:
GH_DocumentA document on success or null on failure.
See Also