Click or drag to resize

GH_ComponentServerIsObjectCached Method

Tests the caches for an existing object type ID.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool IsObjectCached(
	Guid id
)

Parameters

id
Type: SystemGuid
The ID to test for.

Return Value

Type: Boolean
True if the ID is cached, false if it aint.
See Also