Click or drag to resize

GH_DocumentNullFilter Method

This delegate can be used in the FindAllDownstreamObjects(...) methods. Includes all objects.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static bool NullFilter(
	IGH_ActiveObject iObj
)

Parameters

iObj
Type: Grasshopper.KernelIGH_ActiveObject

Return Value

Type: Boolean
See Also