Click or drag to resize

SimulationModel Properties

The SimulationModel type exposes the following members.

Properties
  Name Description
Public property Actions
Executes a list of actions in each iteration.
Public property Attached
Defines an attached property.
(Inherited from BaseModel.)
Public property Comments
(Development) Includes comments in the XML code.
(Inherited from BaseModel.)
Public property Conditions
Defines a set of conditions that must be met for the model to run.
Public property Code example DataContext
Contains a source of all bindings defined for element.
(Inherited from BaseModel.)
Public property ExternalXmlPath (Inherited from BaseModel.)
Public property Id
Defines a unique identifier for an element in the simulation.
(Inherited from BaseModel.)
Public property IsIdAutogenerated (Inherited from BaseModel.)
Public property MaxIterationSkip
Defines a maximum number of iterations that may be skipped randomly in the model.
Public property MaxIterationsPerFrame
Limits the number of iterations per frame.
Public property MinutesBetweenIterations
Defines the number of simulation minutes between each iteration of the model.
Public property TemplateVersionId
Contains a id of source template.
(Inherited from BaseModel.)
Public property XmlComments
(Development) Used as temporary storage for XML comments (like ) to keep them.
(Inherited from BaseModel.)
Top
See Also