Heureka API .NET Documentation
SkipIngrowthStepOne Property



Skip Step One in Ingrowth Model for first Period
Syntax
'Declaration
 
<DescriptionAttribute("Step 1 in ingrowth model computes the probabability that naturally regenerated saplings occur. The result is a variable in the next steps of the model. If this occurence is known and available in forest database, it can be used instead of being computed, if 'Skip Step 1' it set to True.")>
<CategoryAttribute("3. Regeneration")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Skip Ingrowth Step 1")>
<PropertyOrderAttribute(80)>
Public Property SkipIngrowthStepOne As Boolean
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As Boolean
 
instance.SkipIngrowthStepOne = value
 
value = instance.SkipIngrowthStepOne
[Description("Step 1 in ingrowth model computes the probabability that naturally regenerated saplings occur. The result is a variable in the next steps of the model. If this occurence is known and available in forest database, it can be used instead of being computed, if 'Skip Step 1' it set to True.")]
[Category("3. Regeneration")]
[DefaultValue()]
[DisplayName("Skip Ingrowth Step 1")]
[PropertyOrder(80)]
public bool SkipIngrowthStepOne {get; set;}
[Description("Step 1 in ingrowth model computes the probabability that naturally regenerated saplings occur. The result is a variable in the next steps of the model. If this occurence is known and available in forest database, it can be used instead of being computed, if 'Skip Step 1' it set to True.")]
[Category("3. Regeneration")]
[DefaultValue()]
[DisplayName("Skip Ingrowth Step 1")]
[PropertyOrder(80)]
public:
property bool SkipIngrowthStepOne {
   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