Click or drag to resize

GH_ComponentParamServerSync Method

Overload List
  NameDescription
Public methodSync(GH_ComponentParamServerIGH_SyncObject)
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.
Public methodSync(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.
Public methodSync(GH_ComponentParamServerIGH_SyncObject, Int32)
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.
Top
See Also