Click or drag to resize

GH_PreviewBoundaryIsVisible Method

Gets whether a specific object is visible within this boundary.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool IsVisible(
	IGH_DocumentObject obj
)

Parameters

obj
Type: Grasshopper.KernelIGH_DocumentObject

Return Value

Type: Boolean
See Also