Heureka API .NET Documentation
InitialTreeHeightModel Property



Initial Height Model
Syntax
'Declaration
 
<DescriptionAttribute("Height function/model to compute initial tree height")>
<CategoryAttribute("1. Growth and yield")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Height: Initial Height Function")>
<PropertyOrderAttribute(100)>
<TypeConverterAttribute("Slu.Heureka.DomainLayer.PluginHandling.PluginTypeConverter`1[[Slu.Heureka.DomainLayer.ProductionModel.ITreeHeight, 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 InitialTreeHeightModel As String
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As String
 
instance.InitialTreeHeightModel = value
 
value = instance.InitialTreeHeightModel
[Description("Height function/model to compute initial tree height")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Height: Initial Height Function")]
[PropertyOrder(100)]
[TypeConverter("Slu.Heureka.DomainLayer.PluginHandling.PluginTypeConverter`1[[Slu.Heureka.DomainLayer.ProductionModel.ITreeHeight, 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 InitialTreeHeightModel {get; set;}
[Description("Height function/model to compute initial tree height")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Height: Initial Height Function")]
[PropertyOrder(100)]
[TypeConverter("Slu.Heureka.DomainLayer.PluginHandling.PluginTypeConverter`1[[Slu.Heureka.DomainLayer.ProductionModel.ITreeHeight, 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^ InitialTreeHeightModel {
   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