Heureka API .NET Documentation
StandAge Property



Num. years since regeneration
Syntax
'Declaration
 
<UnitAttribute("yrs")>
<DescriptionAttribute("Years since regeneration")>
<DisplayNameAttribute("Stand Age")>
<DisplayNameShortAttribute("Stand Age")>
<NumberOfDecimalsAttribute(1)>
Public ReadOnly Property StandAge As Double
'Usage
 
Dim instance As ForestData
Dim value As Double
 
value = instance.StandAge
[Unit("yrs")]
[Description("Years since regeneration")]
[DisplayName("Stand Age")]
[DisplayNameShort("Stand Age")]
[NumberOfDecimals(1)]
public double StandAge {get;}
[Unit("yrs")]
[Description("Years since regeneration")]
[DisplayName("Stand Age")]
[DisplayNameShort("Stand Age")]
[NumberOfDecimals(1)]
public:
property double StandAge {
   double get();
}
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

ForestData Class
ForestData Members

Send Feedback