Click or drag to resize

GH_DocumentNonBlankFilter Method

This delegate can be used in the FindAllDownstreamObjects(...) methods. Only includes objects that are non-blank and non-failed.

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

Parameters

iObj
Type: Grasshopper.KernelIGH_ActiveObject

Return Value

Type: Boolean
See Also