Click or drag to resize

Apv Class

Class for handling APV files, especially the _spi_ file and _kill_ files
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.SimLauncherApv

Namespace:  DHI.Mike1D.SimLauncher
Assembly:  DHI.Mike1D.SimLauncher (in DHI.Mike1D.SimLauncher.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class Apv

The Apv type exposes the following members.

Constructors
  NameDescription
Public methodApv
Initializes a new instance of the Apv class
Top
Properties
  NameDescription
Public propertySimRunning
Set to true when simulation is running
Public propertyToConsole
Set to true to get output to console
Top
Methods
  NameDescription
Public methodCancelSimulation
Returns true if the simulation should be cancelled.
Public methodCustom
Custom text to APV file.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFinish
Finish APV system
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMessage
Message - usually time step counter, '5 of 1000' or similar. Also used to say: 'Initialize' etc.
Public methodProgress(Double)
Report the simulation progress.
Public methodProgress(Int32) Obsolete.
Report the simulation progress in per-mille.
Public methodSetMessageLabel
Label to show in message field (at mouse-over)
Public methodSetStatusLabel
Label to show in status field (at mouse-over)
Public methodSignal
Signal is a way to report events through the APV system. Signal string should not be localized.
Public methodSpeed
Set speed of simulation
Public methodStart
Start APV system
Public methodStatus
Status - usually simulation date/time
Public methodTimeLeft
Report the time left before simulation end
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also