Slu.Heureka.DomainLayer.TreatmentModel Namespace > TreatmentModelControlTable Class : ProportionUnderstoreyToRemove Property |
'Declaration
<DescriptionAttribute("Proportion of understorey stems to remove when and if understorey cleaning is performed (%). The program may adjust so that parameter 'Min Understorey Stems Retained' is not violated. ")> <CategoryAttribute("4.1 Thinning")> <PropertyOrderAttribute(102)> <TypeConverterAttribute("Slu.Heureka.BaseLayer.ComponentModel.PercentTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")> <DefaultValueAttribute()> <DisplayNameAttribute("Understorey Proportion Removal")> <BrowsableAttribute(False)> Public ReadOnly Property ProportionUnderstoreyToRemove As Double
'Usage
Dim instance As TreatmentModelControlTable Dim value As Double value = instance.ProportionUnderstoreyToRemove
[Description("Proportion of understorey stems to remove when and if understorey cleaning is performed (%). The program may adjust so that parameter 'Min Understorey Stems Retained' is not violated. ")] [Category("4.1 Thinning")] [PropertyOrder(102)] [TypeConverter("Slu.Heureka.BaseLayer.ComponentModel.PercentTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")] [DefaultValue()] [DisplayName("Understorey Proportion Removal")] [Browsable(false)] public double ProportionUnderstoreyToRemove {get;}
[Description("Proportion of understorey stems to remove when and if understorey cleaning is performed (%). The program may adjust so that parameter 'Min Understorey Stems Retained' is not violated. ")] [Category("4.1 Thinning")] [PropertyOrder(102)] [TypeConverter("Slu.Heureka.BaseLayer.ComponentModel.PercentTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")] [DefaultValue()] [DisplayName("Understorey Proportion Removal")] [Browsable(false)] public: property double ProportionUnderstoreyToRemove { double get(); }
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method. |
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