A list of inputs for a given ListInputDevice

The ListInputDevice..::.List..::.Item type exposes the following members.

Methods

  NameDescription
CopyTo
Copy this input to another input
(Inherited from Input.)

Properties

  NameDescription
Color
The base color of the object
(Inherited from InterfaceObject.)
CurrentValue
The current value of the input
(Inherited from Input.)
DataMappings
Defines the Xml node to .NET class member mappings for this class
(Overrides Input..::.DataMappings.)
Entity
The model entity name of this input
(Inherited from Input.)
EntityType
The type of entity
(Inherited from Input.)
Height
The height of the object in pixels
(Inherited from InterfaceObject.)
Index
The index of this input as assigned by the simulation engine
(Inherited from Input.)
InitialValue
The initial value of this input
(Inherited from Input.)
IsGraphicalFunction
Is this input a graphical function? Graphical functions cannot be modified from the Input class, a GraphicalFunction class instance is required. InitialValue for a Graphical Function reports the first data point of the initial graph. Use GraphicalFunction.InitialGraph to get the initial graph that was specified when the model was exported.
(Inherited from Input.)
Item
Indexer -- allows you to access a property by passing a string of the property name, like javascript. BEWARE, returns null if property does not exists
(Inherited from InterfaceObject.)
Max
The maximum value allowed for this input
Min
The minimum value allowed for this input
Name
The name of this input. The default value is the Entity name after the underscores have been replaced with spaces
(Inherited from Input.)
Precision
The number of places to the right of the decimal place that should be displayed
ResetAfterRunstep
Should this input reset to it's initial value after the Simualtion advances a step?
Simulation
The iseesystems.iseeNET.Simulation to which this input belongs
(Inherited from Input.)
Width
The width of the object in pixels
(Inherited from InterfaceObject.)
XPosition
The x position of the object on the interface page
(Inherited from InterfaceObject.)
YPosition
The y position of the object on the interface page
(Inherited from InterfaceObject.)

See Also