GH_Animator(T).AdjustAnimation Method (T, DateTime, DateTime)

GH_AnimatorTAdjustAnimation Method (T, DateTime, DateTime)

Adjust the animation.

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
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
See Also