isee.NET Framework Documentation

GraphPad.Item Members

GraphPad.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

GraphPad.Item Constructor Create a new output item to be displayed on the graph

Public Instance Properties

AutoScale Should the Y axis for this plot auto scale?
Color Plot color for this output
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?
Max Maximum value displayed for this plot
Min Minimum value displayed for this plot
Name (inherited from Output) The name of the output
PenWidth Line width for this plot
Simulation (inherited from Output) The iseesystems.iseeNET.Simulation to which the output belongs
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

GraphPad.Item Class | iseesystems.iseeNET Namespace