Heureka API .NET Documentation
SaplingDamageFactor Property



Sapling damage factor
Syntax
'Declaration
 
<DescriptionAttribute("Damage factor for saplings. 1.0 = normal, 0.5 = minor, 2.0 and larger = severe")>
<CategoryAttribute("3. Regeneration")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Sapling Damage Factor")>
<PropertyOrderAttribute(90)>
<BrowsableAttribute(False)>
<ObsoleteAttribute()>
Public Property SaplingDamageFactor As Double
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As Double
 
instance.SaplingDamageFactor = value
 
value = instance.SaplingDamageFactor
[Description("Damage factor for saplings. 1.0 = normal, 0.5 = minor, 2.0 and larger = severe")]
[Category("3. Regeneration")]
[DefaultValue()]
[DisplayName("Sapling Damage Factor")]
[PropertyOrder(90)]
[Browsable(false)]
[Obsolete()]
public double SaplingDamageFactor {get; set;}
[Description("Damage factor for saplings. 1.0 = normal, 0.5 = minor, 2.0 and larger = severe")]
[Category("3. Regeneration")]
[DefaultValue()]
[DisplayName("Sapling Damage Factor")]
[PropertyOrder(90)]
[Browsable(false)]
[Obsolete()]
public:
property double SaplingDamageFactor {
   double get();
   void set (    double 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