CADability dotNET
Delegate for the GetTimeEvent. If not handeled the time is determined by the internal clock.

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

Syntax

C#
public delegate double GetTimeDelegate(
	AnimatedView sender
)
Visual Basic
Public Delegate Function GetTimeDelegate ( _
	sender As AnimatedView _
) As Double
Visual C++
public delegate double GetTimeDelegate(
	AnimatedView^ sender
)

Parameters

sender
Type: CADability..::..AnimatedView
The calling AnimtedView

Return Value

The current time in seconds

See Also