ArcGIS Pro 2.9 API Reference Guide
AnimatedSymbolRepeatType Enumeration

ArcGIS.Core.CIM Namespace : AnimatedSymbolRepeatType Enumeration
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, Windows 8.1

See Also

Reference

ArcGIS.Core.CIM Namespace