CADability dotNET
Delegate for the NextStepEvent

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public delegate void NextStepDelegate(
	AnimatedView sender,
	double time
)
Visual Basic
Public Delegate Sub NextStepDelegate ( _
	sender As AnimatedView, _
	time As Double _
)
Visual C++
public delegate void NextStepDelegate(
	AnimatedView^ sender, 
	double time
)

Parameters

sender
Type: CADability..::..AnimatedView
The calling AnimtedView
time
Type: System..::..Double
The current time in the sense of the simulation

See Also