Name | Description | |
---|---|---|
CIMAnimatedSymbolProperties Constructor |
The following tables list the members exposed by CIMAnimatedSymbolProperties.
Name | Description | |
---|---|---|
CIMAnimatedSymbolProperties Constructor |
Name | Description | |
---|---|---|
Duration | Gets or sets how many seconds it takes to play through the symbol's animation once. This determines a symbol's playback speed. | |
Easing | Gets or sets the animation's easing. Only applicable on non file-based animations. | |
EndingDuration | 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. | |
PlayAnimation | Gets or sets a value indicating whether the animated symbol should play its animation. | |
PrimitiveName | Gets or sets the primitive name. | |
RandomizeStartSeed | 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. | |
RandomizeStartTime | Gets or sets a value indicating whether to generate a randomized start offset in seconds to apply to the symbol animation of each feature. | |
RepeatDelay | Gets or sets the number of seconds to delay before repeating an animation cycle. | |
RepeatType | Gets or sets how to repeat the animation of a symbol when an animation cycle ends. | |
ReverseAnimation | Gets or sets a value indicating whether the animated symbol should playback in reverse. | |
StartTimeOffset | Gets or sets the time offset in seconds to use as the starting point of the symbol animation. This is used if randomizeStartTime=false. | |
UseEndingDuration | Gets or sets a value indicating whether to use the ending duration of a symbol for time-aware data interpolation. |
Name | Description | |
---|---|---|
Clone | Creates a deep copy of CIMAnimatedSymbolProperties. | |
FromJson | Reconstructs the CIMAnimatedSymbolProperties with a specified state from a JSON encoding. | |
GetSchema | Not implemented, reserved for future use. (Inherited from ArcGIS.Core.CIM.CIMObject) | |
ReadXml | Reads the element inside the reader. (Inherited from ArcGIS.Core.CIM.CIMObject) | |
ToJson | Overridden. Creates a JSON encoding of the CIMAnimatedSymbolProperties and its current state. | |
WriteXml | Writes the element inside the writer. (Inherited from ArcGIS.Core.CIM.CIMObject) |
Name | Description | |
---|---|---|
RaisePropertyChanged | Called from a property setter to notify the framework that an Object member has changed. (Inherited from ArcGIS.Core.CIM.CIMObject) | |
ReadXmlElement | Overridden. Reads the child element inside the reader. | |
WriteXmlElements | Overridden. Writes a child element to the writer. |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from ArcGIS.Core.CIM.CIMObject) |