Click or drag to resize

GH_DocumentServerContains Method

Gets a value indicating whether or not the given document is inside the list.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool Contains(
	GH_Document doc
)

Parameters

doc
Type: Grasshopper.KernelGH_Document

Return Value

Type: Boolean
See Also