GH_Animator.SingleAnimator Method (Single, Single, Int32)

GH_AnimatorSingleAnimator Method (Single, Single, Int32)

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static GH_Animator<float> SingleAnimator(
	float A,
	float B,
	int duration
)
Public Shared Function SingleAnimator ( 
	A As Single,
	B As Single,
	duration As Integer
) As GH_Animator(Of Single)

Parameters

A
Type: SystemSingle
B
Type: SystemSingle
duration
Type: SystemInt32

Return Value

Type: GH_AnimatorSingle
See Also