Click or drag to resize

GH_Filter Enumeration

Enumerates all object Search filters.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_Filter
Members
  Member nameValueDescription
DontCare0 Property is ignored.
Include1 Objects are requires to have this state in order to be included.
Exclude2 Objects are not allowed to have this state in order to be included.
See Also