Click or drag to resize

GH_MatchWeight Enumeration

Weighting factors of string matches.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_MatchWeight
Members
  Member nameValueDescription
Exact100
Start100
WordExact100
WordStart100
Contains10
Fuzzy10
See Also