Heureka API .NET Documentation
TreeHeightModel Property



Syntax
'Declaration
 
<DescriptionAttribute("Height growth model")>
<CategoryAttribute("1. Growth and yield")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Height Development Model")>
<PropertyOrderAttribute(120)>
<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 TreeHeightModel As String
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As String
 
instance.TreeHeightModel = value
 
value = instance.TreeHeightModel
[Description("Height growth model")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Height Development Model")]
[PropertyOrder(120)]
[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 TreeHeightModel {get; set;}
[Description("Height growth model")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Height Development Model")]
[PropertyOrder(120)]
[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^ TreeHeightModel {
   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