ArcFM Engine Developer Guide
AnimationSpeed Enumeration


Enumerates the various speeds provided for animation.
Syntax
'Declaration
 
Public Enum AnimationSpeed 
   Inherits System.Enum
'Usage
 
Dim instance As AnimationSpeed
public enum AnimationSpeed : System.Enum 
Members
MemberDescription
StandardSpeedThe default animation speed.
StandardSpeedMinus1Slightly slower animations than the default speed.
StandardSpeedMinus2Moderately slow animations.
StandardSpeedMinus3Slow animations.
StandardSpeedMinus4Very slow animations.
StandardSpeedMinus5Slowest animation speed.
StandardSpeedPlus1Slightly faster animations than the default speed.
StandardSpeedPlus2Moderately faster animations.
StandardSpeedPlus3Fast animations.
StandardSpeedPlus4Very fast animations.
StandardSpeedPlus5Fastest animation speed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Windows.Docking.AnimationSpeed

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Miner.Windows.Docking Namespace

 

 


Send Comment