Slu.Heureka.DomainLayer.ProductionModel Namespace > ProductionModelControlTable Class : MaxAgeIngrownTrees Property |
'Declaration
<DescriptionAttribute("Max age ingrown trees (brh). Minimum of this and age calculated with tree age function will be used.")> <CategoryAttribute("3. Regeneration")> <DefaultValueAttribute()> <DisplayNameAttribute("Max Age Ingrown Trees")> <PropertyOrderAttribute(50)> Public Property MaxAgeIngrownTrees As Double
'Usage
Dim instance As ProductionModelControlTable Dim value As Double instance.MaxAgeIngrownTrees = value value = instance.MaxAgeIngrownTrees
[Description("Max age ingrown trees (brh). Minimum of this and age calculated with tree age function will be used.")] [Category("3. Regeneration")] [DefaultValue()] [DisplayName("Max Age Ingrown Trees")] [PropertyOrder(50)] public double MaxAgeIngrownTrees {get; set;}
[Description("Max age ingrown trees (brh). Minimum of this and age calculated with tree age function will be used.")] [Category("3. Regeneration")] [DefaultValue()] [DisplayName("Max Age Ingrown Trees")] [PropertyOrder(50)] public: property double MaxAgeIngrownTrees { double get(); void set ( double value); }
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