Click or drag to resize

GH_ComponentParamServerEmitSyncObject Method

Create a synch object that stores a shallow representation of this server. Cache this object if you're planning to make sweeping changes to this param-server. Then, once you are finished call the Sync() function to perform cleanup of removed parameters. This is a utility function and you can choose to perform cleanup yourself.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_ComponentParamServerIGH_SyncObject EmitSyncObject()

Return Value

Type: GH_ComponentParamServerIGH_SyncObject
See Also