Slu.Heureka.DomainLayer.ProductionModel Namespace > ProductionModelControlTable Class : MooseSaplingDamageFactorPine Property |
'Declaration
<DescriptionAttribute("Pine damage including mortality caused by moose browsing, annual rate (% per year).")> <CategoryAttribute("3. Regeneration")> <DefaultValueAttribute()> <DisplayNameAttribute("Moose Browsing Damage (For test)")> <PropertyOrderAttribute(91)> <TypeConverterAttribute("Slu.Heureka.BaseLayer.ComponentModel.PercentTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")> <BrowsableAttribute(False)> Public Property MooseSaplingDamageFactorPine As Nullable(Of Double)
'Usage
Dim instance As ProductionModelControlTable Dim value As Nullable(Of Double) instance.MooseSaplingDamageFactorPine = value value = instance.MooseSaplingDamageFactorPine
[Description("Pine damage including mortality caused by moose browsing, annual rate (% per year).")] [Category("3. Regeneration")] [DefaultValue()] [DisplayName("Moose Browsing Damage (For test)")] [PropertyOrder(91)] [TypeConverter("Slu.Heureka.BaseLayer.ComponentModel.PercentTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")] [Browsable(false)] public Nullable<double> MooseSaplingDamageFactorPine {get; set;}
[Description("Pine damage including mortality caused by moose browsing, annual rate (% per year).")] [Category("3. Regeneration")] [DefaultValue()] [DisplayName("Moose Browsing Damage (For test)")] [PropertyOrder(91)] [TypeConverter("Slu.Heureka.BaseLayer.ComponentModel.PercentTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")] [Browsable(false)] public: property Nullable<double> MooseSaplingDamageFactorPine { Nullable<double> get(); void set ( Nullable<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