ILNumerics Ultimate VS

NodeSynchronize Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Synchronize all changes of this node/subtree with another node/subtree.

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public virtual Node Synchronize(
	Node copy,
	SyncParams syncParams
)

Parameters

copy
Type: ILNumerics.DrawingNode
Destination node
syncParams
Type: ILNumerics.DrawingSyncParams
Synchronization parameters

Return Value

Type: Node
Synchronized version of this node
Remarks

[ILNumerics Visualization Engine]

See Also

Reference