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


In This Topic
    CIMSliderSettings Class Members
    In This Topic

    The following tables list the members exposed by CIMSliderSettings.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the string containing URI of the layer that contains the alias definition.  
    Public Property Gets or sets a value indicating whether the slider's end thumb will not accept mouse events.  
    Public Property Gets or sets a value indicating whether the slider is flipped vertically to put larger values at the bottom and smaller values at the top.  
    Public Property Gets or sets the custom full extent used with the custom range full extent option.  
    Public Property Gets or sets the URI of the layer used for the full extent with single layer full extent option.  
    Public Property Gets or sets the option that determines the extent used by the full extent button.  
    Public Property Gets or sets a value indicating whether to ignore values not currently set to show on the slider.  
    Public Property Gets or sets slider interaction mode.  
    Public Property Gets or sets a value indicating whether to collapse the slider over the map view.  
    Public Property Gets or sets a value indicating whether the slider should continuously progress the slider to the current time.  
    Public Property Gets or sets the direction to offset the time span relative to the current time.  
    Public Property Gets or sets a value indicating whether the play direction is forward.  
    Public Property Gets or sets a value indicating whether play continuously repeats until interrupted by user interaction.  
    Public Property Gets or sets a value indicating whether play direction will reverse after playing to the end (if repeat is false play will move each direction once then stop).  
    Public Property Gets or sets the amount of time to wait between steps.  
    Public Property Gets or sets the time unit to snap to when in 'Single' time snapping mode.  
    Public Property Gets or sets the extent shown on the slider.  
    Public Property Gets or sets a value indicating whether the slider extent will not change due to scrolling or using the mouse wheel.  
    Public Property Gets or sets a value indicating whether the slider's start thumb will not accept mouse events.  
    Public Property Gets or sets the number of steps to divide the slider extent into.  
    Public Property Gets or sets the unit the interval value is in.  
    Public Property Gets or sets the specific distance to move the thumbs by when stepping or playing.  
    Public Property Gets or sets the URI of the layer to get step information from.  
    Public Property Gets or sets the chosen method of determining the step size.  
    Public Property Gets or sets a value indicating whether the step interval value will stay in sync with the sliders value window when possible.  
    Public Property Gets or sets the option that determines mode used for snapping the map's current time settings.  
    Public Property Gets or sets a value indicating whether automatic snapping for the map's current time settings is enabled.  
    Public Property Gets or sets a value indicating whether the distance between the start and end thumbs will remain constant.  
    Public Property Gets or sets the unit of the window on the slider.  
    Public Property Gets or sets the value of the window on the slider.  
    Top
    Public Methods
     NameDescription
    Public Method Creates a deep copy of CIMSliderSettings.  
    Public Methodstatic (Shared in Visual Basic) Reconstructs the CIMSliderSettings 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 CIMSliderSettings 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