Click or drag to resize

IGH_ActiveObjectRegisterRemoteIDs Method

If this object depends on Rhino Objects, you must register the UUIDs of those objects. Failure to do so will result in faulty event handling.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
void RegisterRemoteIDs(
	GH_GuidTable id_list
)

Parameters

id_list
Type: GH_GuidTable
The object ID database Grasshopper is responsive to.
See Also