Heureka API .NET Documentation
AgeSetting Property



Tree Age to use
Syntax
'Declaration
 
<DescriptionAttribute("Define which type of age to use in production models. Biological age or real age.")>
<CategoryAttribute("2. Age settings")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Age Type In Prognosis")>
<BrowsableAttribute(False)>
Public Property AgeSetting As AgeSettingType
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As AgeSettingType
 
instance.AgeSetting = value
 
value = instance.AgeSetting
[Description("Define which type of age to use in production models. Biological age or real age.")]
[Category("2. Age settings")]
[DefaultValue()]
[DisplayName("Age Type In Prognosis")]
[Browsable(false)]
public AgeSettingType AgeSetting {get; set;}
[Description("Define which type of age to use in production models. Biological age or real age.")]
[Category("2. Age settings")]
[DefaultValue()]
[DisplayName("Age Type In Prognosis")]
[Browsable(false)]
public:
property AgeSettingType AgeSetting {
   AgeSettingType get();
   void set (    AgeSettingType value);
}
Remarks
This setting is kind of obsolete. Now AgeSetting is always biological and is never set to anything else. Should probably be removed.
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