Click or drag to resize

Apv Methods

The Apv type exposes the following members.

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