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)
Syntaxpublic bool Contains(
GH_Document doc
)
Public Function Contains (
doc As GH_Document
) As Boolean
Parameters
- doc
- Type: Grasshopper.KernelGH_Document
Return Value
Type:
Boolean
See Also