Heureka API .NET Documentation
SaplingDamageFactors Property



Sapling damage factor
Syntax
'Declaration
 
<DescriptionAttribute("Damage factors for saplings. 1.0 = normal, 0.5 = minor, 2.0 and larger = severe")>
<CategoryAttribute("3. Regeneration")>
<ObjectDefaultValuesAttribute()>
<DisplayNameAttribute("Sapling Damage Factors")>
<PropertyOrderAttribute(91)>
Public Property SaplingDamageFactors As SaplingDamageFactors
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As SaplingDamageFactors
 
instance.SaplingDamageFactors = value
 
value = instance.SaplingDamageFactors
[Description("Damage factors for saplings. 1.0 = normal, 0.5 = minor, 2.0 and larger = severe")]
[Category("3. Regeneration")]
[ObjectDefaultValues()]
[DisplayName("Sapling Damage Factors")]
[PropertyOrder(91)]
public SaplingDamageFactors SaplingDamageFactors {get; set;}
[Description("Damage factors for saplings. 1.0 = normal, 0.5 = minor, 2.0 and larger = severe")]
[Category("3. Regeneration")]
[ObjectDefaultValues()]
[DisplayName("Sapling Damage Factors")]
[PropertyOrder(91)]
public:
property SaplingDamageFactors^ SaplingDamageFactors {
   SaplingDamageFactors^ get();
   void set (    SaplingDamageFactors^ 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