Heureka API .NET Documentation
PlantSurvivalModel Property



Initial Height - get from database (if exists), or use function to calculate
Syntax
'Declaration
 
<DescriptionAttribute("Survival rate of planted saplings when activation time has passed (default 2 m height)")>
<CategoryAttribute("3. Regeneration")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Plant Survival Model")>
<PropertyOrderAttribute(111)>
<BrowsableAttribute(False)>
Public Property PlantSurvivalModel As PlantSurvivalModelType
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As PlantSurvivalModelType
 
instance.PlantSurvivalModel = value
 
value = instance.PlantSurvivalModel
[Description("Survival rate of planted saplings when activation time has passed (default 2 m height)")]
[Category("3. Regeneration")]
[DefaultValue()]
[DisplayName("Plant Survival Model")]
[PropertyOrder(111)]
[Browsable(false)]
public PlantSurvivalModelType PlantSurvivalModel {get; set;}
[Description("Survival rate of planted saplings when activation time has passed (default 2 m height)")]
[Category("3. Regeneration")]
[DefaultValue()]
[DisplayName("Plant Survival Model")]
[PropertyOrder(111)]
[Browsable(false)]
public:
property PlantSurvivalModelType PlantSurvivalModel {
   PlantSurvivalModelType get();
   void set (    PlantSurvivalModelType 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