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
)
Public Function IsObjectCached (
id As Guid
) As Boolean
Parameters
- id
- Type: SystemGuid
The ID to test for.
Return Value
Type:
BooleanTrue if the ID is cached, false if it aint.
See Also