Heureka API .NET Documentation
MinMeanAgeInvokeIngrowth Property



Ingrowth Model
Syntax
'Declaration
 
<DescriptionAttribute("Minimum mean age before invoking ingrowth function)")>
<CategoryAttribute("3. Regeneration")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Min Mean Age Invoke Ingrowth")>
<BrowsableAttribute(True)>
<PropertyOrderAttribute(21)>
Public Property MinMeanAgeInvokeIngrowth As Double
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As Double
 
instance.MinMeanAgeInvokeIngrowth = value
 
value = instance.MinMeanAgeInvokeIngrowth
[Description("Minimum mean age before invoking ingrowth function)")]
[Category("3. Regeneration")]
[DefaultValue()]
[DisplayName("Min Mean Age Invoke Ingrowth")]
[Browsable(true)]
[PropertyOrder(21)]
public double MinMeanAgeInvokeIngrowth {get; set;}
[Description("Minimum mean age before invoking ingrowth function)")]
[Category("3. Regeneration")]
[DefaultValue()]
[DisplayName("Min Mean Age Invoke Ingrowth")]
[Browsable(true)]
[PropertyOrder(21)]
public:
property double MinMeanAgeInvokeIngrowth {
   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