bdeIsSimulationWithAnimation

Returns a value representing if a simulation has animations enabled.

Syntax

simAnimated = bdeIsSimulationWithAnimation()

Outputs

simAnimated
A value representing whether a diagram has animations enabled.
Type: Boolean

Examples

Check if a simulation has animations enabled:

          simAnimated = bdeIsSimulationWithAnimation();
        

          
            simAnimated = 0