ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMAnimatedSymbolProperties Class


In This Topic
    CIMAnimatedSymbolProperties Class Properties
    In This Topic

    For a list of all members of this type, see CIMAnimatedSymbolProperties members.

    Public Properties
     NameDescription
    Public Property Gets or sets how many seconds it takes to play through the symbol's animation once. This determines a symbol's playback speed.  
    Public Property Gets or sets the ending duration of a symbol for time-aware data interpolation. The symbol's playback speed is interpolated linearly from duration to endingDuration over the diplay period of a time-aware feature.  
    Public Property Gets or sets a value indicating whether the animated symbol should play its animation.  
    Public Property Gets or sets the primitive name.  
    Public Property Gets or sets the starting value for generating a random number. This random number is used by the randomizeStartTime property to determine time offset for each feature.  
    Public Property Gets or sets a value indicating whether to generate a randomized start offset in seconds to apply to the symbol animation of each feature.  
    Public Property Gets or sets the number of seconds to delay before repeating an animation cycle.  
    Public Property Gets or sets how to repeat the animation of a symbol when an animation cycle ends.  
    Public Property Gets or sets a value indicating whether the animated symbol should playback in reverse.  
    Public Property Gets or sets the time offset in seconds to use as the starting point of the symbol animation. This is used if randomizeStartTime=false.  
    Public Property Gets or sets a value indicating whether to use the ending duration of a symbol for time-aware data interpolation.  
    Top
    See Also