Heureka API .NET Documentation
TreeAgeModel Property



Syntax
'Declaration
 
<DescriptionAttribute("Age model")>
<CategoryAttribute("1. Growth and yield")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Age model")>
<PropertyOrderAttribute(125)>
<TypeConverterAttribute("Slu.Heureka.DomainLayer.PluginHandling.PluginTypeConverter`1[[Slu.Heureka.DomainLayer.ProductionModel.ITreeAge, 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 TreeAgeModel As String
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As String
 
instance.TreeAgeModel = value
 
value = instance.TreeAgeModel
[Description("Age model")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Age model")]
[PropertyOrder(125)]
[TypeConverter("Slu.Heureka.DomainLayer.PluginHandling.PluginTypeConverter`1[[Slu.Heureka.DomainLayer.ProductionModel.ITreeAge, 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 TreeAgeModel {get; set;}
[Description("Age model")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Age model")]
[PropertyOrder(125)]
[TypeConverter("Slu.Heureka.DomainLayer.PluginHandling.PluginTypeConverter`1[[Slu.Heureka.DomainLayer.ProductionModel.ITreeAge, 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^ TreeAgeModel {
   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