Grasshopper API
GH_AnimatorIntegerAnimator Method (Int32, Int32, Int32) |
Namespace: Grasshopper.GUI
Assembly: Grasshopper (in Grasshopper.dll)

public static GH_Animator<int> IntegerAnimator( int A, int B, int duration )
Public Shared Function IntegerAnimator ( A As Integer, B As Integer, duration As Integer ) As GH_Animator(Of Integer)
Parameters
- A
- Type: SystemInt32
- B
- Type: SystemInt32
- duration
- Type: SystemInt32
Return Value
Type: GH_AnimatorInt32