BaseNode OnAnimation Method Vis2 NodeTrix CodeDokumentation
Throws the AnimationEvent

Namespace: Vis2NodeTrix
Assembly: Vis2NodeTrix (in Vis2NodeTrix.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax

Public Sub OnAnimation ( _
	type As AnimationType, _
	values As Double(), _
	data As Object _
)

Parameters

type
Type: Vis2NodeTrix AnimationType
The type of the animation
values
Type:  OnlineSystem Double 
A array with values defining the animation
data
Type: OnlineSystem Object
The data for the animation
See Also