Heureka API .NET Documentation
WholeStandGrowthModelName Property



Syntax
'Declaration
 
<DescriptionAttribute("Growth model that computes basal area growth at prediction unit level, aggregated for all trees")>
<CategoryAttribute("1. Growth and yield")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Growth Model Whole-Stand")>
<PropertyOrderAttribute(10)>
<TypeConverterAttribute("Slu.Heureka.DomainLayer.PluginHandling.PluginTypeConverter`1[[Slu.Heureka.DomainLayer.ProductionModel.IStandGrowth, Slu.Heureka.DomainLayer, Version=2.11.0.16315, Culture=neutral, PublicKeyToken=null]], Slu.Heureka.DomainLayer, Version=2.11.0.16315, Culture=neutral, PublicKeyToken=null")>
Public Property WholeStandGrowthModelName As String
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As String
 
instance.WholeStandGrowthModelName = value
 
value = instance.WholeStandGrowthModelName
[Description("Growth model that computes basal area growth at prediction unit level, aggregated for all trees")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Growth Model Whole-Stand")]
[PropertyOrder(10)]
[TypeConverter("Slu.Heureka.DomainLayer.PluginHandling.PluginTypeConverter`1[[Slu.Heureka.DomainLayer.ProductionModel.IStandGrowth, Slu.Heureka.DomainLayer, Version=2.11.0.16315, Culture=neutral, PublicKeyToken=null]], Slu.Heureka.DomainLayer, Version=2.11.0.16315, Culture=neutral, PublicKeyToken=null")]
public string WholeStandGrowthModelName {get; set;}
[Description("Growth model that computes basal area growth at prediction unit level, aggregated for all trees")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Growth Model Whole-Stand")]
[PropertyOrder(10)]
[TypeConverter("Slu.Heureka.DomainLayer.PluginHandling.PluginTypeConverter`1[[Slu.Heureka.DomainLayer.ProductionModel.IStandGrowth, Slu.Heureka.DomainLayer, Version=2.11.0.16315, Culture=neutral, PublicKeyToken=null]], Slu.Heureka.DomainLayer, Version=2.11.0.16315, Culture=neutral, PublicKeyToken=null")]
public:
property String^ WholeStandGrowthModelName {
   String^ get();
   void set (    String^ 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