isee.NET Framework Documentation

Output Members

Output 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

Output Constructor Creates a new Output

Public Instance Properties

CurrentValue 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 The model entity name
EntityType The type of entity
Index The index of the Output with in the Simulation engine list of outputs
IsComparative Is this a comparative output?
Name The name of the output
Simulation The iseesystems.iseeNET.Simulation to which the output belongs
Values Returns the output values from StopTime to CurrentTime by DT

Public Instance Methods

CopyTo Copy the output to the specified output
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetComparativeValues Returns the output values from StopTime to CurrentTime by DT
GetComparativeValuesByUnitOfTime 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 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

Output Class | iseesystems.iseeNET Namespace