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

Namespace:  iseesystems.iseeNET
Assembly:  iseesystems.iseeNET.Simulation (in iseesystems.iseeNET.Simulation.dll) Version: 1.0.3315.21357

Syntax

C#
public class Slider : Input
Visual Basic (Declaration)
Public Class Slider _
	Inherits Input
Visual C++
public ref class Slider : public Input

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.

Inheritance Hierarchy

See Also