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