Slu.Heureka.DomainLayer.ProductionModel Namespace > ProductionModelControlTable Class : MinDiameter Property |
'Declaration
<DescriptionAttribute("Minimum diameter for trees in an established stand (cm dbh). Should be set to 4 if ingrowth function is used. When transferring from young stands, trees with dbh < MinDiameter are removed.")> <CategoryAttribute("1. Growth and yield")> <DefaultValueAttribute()> <DisplayNameAttribute("Minimum diameter established stand")> <PropertyOrderAttribute(240)> Public Property MinDiameter As Double
'Usage
Dim instance As ProductionModelControlTable Dim value As Double instance.MinDiameter = value value = instance.MinDiameter
[Description("Minimum diameter for trees in an established stand (cm dbh). Should be set to 4 if ingrowth function is used. When transferring from young stands, trees with dbh < MinDiameter are removed.")] [Category("1. Growth and yield")] [DefaultValue()] [DisplayName("Minimum diameter established stand")] [PropertyOrder(240)] public double MinDiameter {get; set;}
[Description("Minimum diameter for trees in an established stand (cm dbh). Should be set to 4 if ingrowth function is used. When transferring from young stands, trees with dbh < MinDiameter are removed.")] [Category("1. Growth and yield")] [DefaultValue()] [DisplayName("Minimum diameter established stand")] [PropertyOrder(240)] public: property double MinDiameter { 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