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

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