Some simulation packages support animation. If animation is supported
and can be toggled on or off, this option allows one to specify whether
to animate the running simulation.
Namespace:
Sim4bpm.ScenarioDefinition.ObjectModelAssembly: Sim4bpm.ScenarioDefinition.ObjectModel (in Sim4bpm.ScenarioDefinition.ObjectModel.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public enum AnimationState |
| Visual Basic |
|---|
Public Enumeration AnimationState |
| Visual C++ |
|---|
public enum class AnimationState |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Off | 0 | Animation may be turned off in situations where only the results of a simulation are of primary concern. | |
| On | 1 | Animation may be turned on in simulations where it is supported and of value. |