isee.NET Framework Documentation

WarningDevice Members

WarningDevice overview

Public Static (Shared) Methods

Equals (inherited from Object) Determines whether the specified Object instances are considered equal.
ReferenceEquals (inherited from Object) Determines whether the specified Object instances are the same instance.

Public Instance Constructors

WarningDevice Constructor Creates a new WarningDevice

Public Instance Properties

Color The color of the Item
CurrentValue (inherited from Output) The value of the output at the current point in the Simulation run. The simulation pauses at the beginning of a Pause Interval and ends when the simulation time is equal to Stop Time. Since the pause or stop conditions occur at the beginning of a unit of time, the most recent sample of the output contains values for Stocks, but does not contain values for Converters and Flows (which have not yet been evaluated.) The CurrentValue property therefore returns Stock values from the most recent sample and Converter / Flow values from the previous sample.
Entity (inherited from Output) The model entity name
EntityType (inherited from Output) The type of entity
Index (inherited from Output) The index of the Output with in the Simulation engine list of outputs
IsComparative (inherited from Output) Is this a comparative output?
Name (inherited from Output) The name of the output
Precision The number of places to the right of the decimal point to display
RetainEndingValue When the model has been reset, retain the last value from the last run?
ShowAsLamp Display the warning device as a lamp
ShowName Show the name?
Simulation (inherited from Output) The iseesystems.iseeNET.Simulation to which the output belongs
Units The unit of measure to display
Values (inherited from Output) Returns the output values from StopTime to CurrentTime by DT
XPosition The x position of the Warning Device on the interface layer of the model
YPosition The y position of the Warning Device on the interface layer of the model
Zones A collection of WarningDevice.Zones

Public Instance Methods

CopyTo (inherited from Output) Copy the output to the specified output
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetComparativeValues (inherited from Output) Returns the output values from StopTime to CurrentTime by DT
GetComparativeValuesByUnitOfTime (inherited from Output) Returns the output values from StopTime to CurrentTime by the unit of time specified
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
GetValuesByUnitOfTime (inherited from Output) Returns the output values from StopTime to CurrentTime by the unit of time specified
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

WarningDevice Class | iseesystems.iseeNET Namespace