ForwardAndBackwardAnimationStartTime Property |
Gets or sets the start time of the animation.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic JulianDate StartTime { get; set; }
Public Property StartTime As JulianDate
Get
Set
public:
property JulianDate StartTime {
JulianDate get ();
void set (JulianDate value);
}
member StartTime : JulianDate with get, set
Property Value
Type:
JulianDate
See Also