isee.NET Framework Documentation

Slider Class

Represents a Slider input defined on the interface layer of the model

For a list of all members of this type, see Slider Members.

System.Object
   iseesystems.iseeNET.Input
      iseesystems.iseeNET.Slider

[Visual Basic]
Public Class Slider
    Inherits Input
[C#]
public class Slider : Input

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The Slider controls an input value for the model. It has a Min and Max value, and moves between the values by the Increment. A Slider may be set up to ResetAfterRunStep. If this property is true, then the Slider should reset to the ResetValue after the Simulation has advanced one step.

Requirements

Namespace: iseesystems.iseeNET

Assembly: iseesystems.iseeNET.Simulation (in iseesystems.iseeNET.Simulation.dll)

See Also

Slider Members | iseesystems.iseeNET Namespace