Heureka API .NET Documentation
IngrowthModel Property



Ingrowth Model
Syntax
'Declaration
 
<DescriptionAttribute("Ingrowth model (natural recruitment of trees >= 4 cm dbh)")>
<CategoryAttribute("3. Regeneration")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Ingrowth Model")>
<PropertyOrderAttribute(20)>
Public Property IngrowthModel As IngrowthModelType
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As IngrowthModelType
 
instance.IngrowthModel = value
 
value = instance.IngrowthModel
[Description("Ingrowth model (natural recruitment of trees >= 4 cm dbh)")]
[Category("3. Regeneration")]
[DefaultValue()]
[DisplayName("Ingrowth Model")]
[PropertyOrder(20)]
public IngrowthModelType IngrowthModel {get; set;}
[Description("Ingrowth model (natural recruitment of trees >= 4 cm dbh)")]
[Category("3. Regeneration")]
[DefaultValue()]
[DisplayName("Ingrowth Model")]
[PropertyOrder(20)]
public:
property IngrowthModelType IngrowthModel {
   IngrowthModelType get();
   void set (    IngrowthModelType 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