Heureka API .NET Documentation
InitialAgeSource Property



The source to get the initial age from
Syntax
'Declaration
 
<DescriptionAttribute("Initial tree age source. This may be retrieved from database or calculated using built-in function.")>
<CategoryAttribute("2. Age settings")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Initial Age Source")>
Public Property InitialAgeSource As InitialSource
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As InitialSource
 
instance.InitialAgeSource = value
 
value = instance.InitialAgeSource
[Description("Initial tree age source. This may be retrieved from database or calculated using built-in function.")]
[Category("2. Age settings")]
[DefaultValue()]
[DisplayName("Initial Age Source")]
public InitialSource InitialAgeSource {get; set;}
[Description("Initial tree age source. This may be retrieved from database or calculated using built-in function.")]
[Category("2. Age settings")]
[DefaultValue()]
[DisplayName("Initial Age Source")]
public:
property InitialSource InitialAgeSource {
   InitialSource get();
   void set (    InitialSource 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