Grasshopper API
GH_AnimatorTAdjustAnimation Method (T, DateTime, DateTime) |
Adjust the animation.
Namespace: Grasshopper.GUI
Assembly: Grasshopper (in Grasshopper.dll)

public void AdjustAnimation( T newTarget, DateTime newStartTime, DateTime newEndTime )
Public Sub AdjustAnimation ( newTarget As T, newStartTime As DateTime, newEndTime As DateTime )
Parameters
- newTarget
- Type: T
New B value. - newStartTime
- Type: SystemDateTime
- newEndTime
- Type: SystemDateTime
