Click or drag to resize

GH_LexerPath Property

Gets the list of path strings that was extracted from the mask. If the mask hasn't been parsed yet, it will be parsed now. If the returned list is still nothing, parsing failed.

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public List<string> Path { get; }

Property Value

Type: ListString

[Missing <value> documentation for "P:Grasshopper.Kernel.Data.GH_Lexer.Path"]

See Also