Click or drag to resize

GH_Predicate Constructor

Initializes a new instance of the GH_Predicate class

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_Predicate(
	Predicate<Object> predicate,
	string description
)

Parameters

predicate
Type: SystemPredicateObject
description
Type: SystemString
See Also