Click or drag to resize

GH_ComponentParamServerSync Method (Object)

Sync changes from a prerecorded state. All param references in the sync object which are no longer present in the current server will be properly deleted. The sync object will be reset in the process, so you can only call this function with a specific Sync object once.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void Sync(
	Object sync_data
)

Parameters

sync_data
Type: SystemObject
Sync object. Should be obtained by calling EmitSyncObject()
See Also