ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMAnimatedSymbolProperties Class
Properties Methods Events


In This Topic
    CIMAnimatedSymbolProperties Class Members
    In This Topic

    The following tables list the members exposed by CIMAnimatedSymbolProperties.

    Public Constructors
    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
    Public Methods
     NameDescription
    Public Method Creates a deep copy of CIMAnimatedSymbolProperties.  
    Public Methodstatic (Shared in Visual Basic) Reconstructs the CIMAnimatedSymbolProperties with a specified state from a JSON encoding.  
    Public Method Not implemented, reserved for future use. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public Method Reads the element inside the reader. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public MethodOverridden.  Creates a JSON encoding of the CIMAnimatedSymbolProperties and its current state.  
    Public Method Writes the element inside the writer. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    Protected Methods
     NameDescription
    Protected Method Called from a property setter to notify the framework that an Object member has changed. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Protected MethodOverridden.  Reads the child element inside the reader.  
    Protected MethodOverridden.  Writes a child element to the writer.  
    Top
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    See Also