Click or drag to resize

GH_ActiveObjectRegisterRemoteIDs Method

Override this function if you want object changes in the Rhino document to trigger a new solution.

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

Parameters

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

Implements

IGH_ActiveObjectRegisterRemoteIDs(GH_GuidTable)
See Also