Heureka API .NET Documentation
DeterministicSimulation Property



Deterministic type of StandSimulation.
Syntax
'Declaration
 
<DescriptionAttribute("Apply deterministic approach when simulating establishment 
of new stands and height distributions in young stands. 
If true, deterministic application, otherwise stochastic.")>
<CategoryAttribute("3. Regeneration")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Deterministic Simulation")>
<PropertyOrderAttribute(10)>
Public Property DeterministicSimulation As Boolean
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As Boolean
 
instance.DeterministicSimulation = value
 
value = instance.DeterministicSimulation
[Description("Apply deterministic approach when simulating establishment 
of new stands and height distributions in young stands. 
If true, deterministic application, otherwise stochastic.")]
[Category("3. Regeneration")]
[DefaultValue()]
[DisplayName("Deterministic Simulation")]
[PropertyOrder(10)]
public bool DeterministicSimulation {get; set;}
[Description("Apply deterministic approach when simulating establishment 
of new stands and height distributions in young stands. 
If true, deterministic application, otherwise stochastic.")]
[Category("3. Regeneration")]
[DefaultValue()]
[DisplayName("Deterministic Simulation")]
[PropertyOrder(10)]
public:
property bool DeterministicSimulation {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ProductionModelControlTable Class
ProductionModelControlTable Members

Send Feedback