ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / AnimatedSymbolRepeatType Enumeration

In This Topic
    AnimatedSymbolRepeatType Enumeration
    In This Topic
    Represents the ways an animated symbol can be repeated.
    Syntax
    public enum AnimatedSymbolRepeatType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum AnimatedSymbolRepeatType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Loop When done playing an animation cycle, repeat it from the beginning.
    None When done playing an animation cycle, stop at the last frame.
    Oscillate When done playing an animation cycle, repeat it in reverse.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.CIM.AnimatedSymbolRepeatType

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also