ForwardAndBackwardAnimation.StartCycle Property |
Gets or sets the start
cycle.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic SimulationAnimationCycle StartCycle { get; set; }
Public Property StartCycle As SimulationAnimationCycle
Get
Set
public:
property SimulationAnimationCycle StartCycle {
SimulationAnimationCycle get ();
void set (SimulationAnimationCycle value);
}
member StartCycle : SimulationAnimationCycle with get, set
Property Value
Type:
SimulationAnimationCycle
See Also