isee.NET Framework Documentation

TablePad.Item Members

TablePad.Item 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

TablePad.Item Constructor Create a new output Item

Public Instance Properties

Color The color of the Item
CToF Report a converter model entity as if it was a flow
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
FToC TO DO
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
Scaling TO DO
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

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

TablePad.Item Class | iseesystems.iseeNET Namespace