Heureka API .NET Documentation
MinFinalFellingAge Property (ForestData)



Calculated Minimum FinalFellingAge
Syntax
'Declaration
 
<UnitAttribute("yrs")>
<DescriptionAttribute("Min Final Felling Age")>
<DisplayNameAttribute("Min Final Felling Age")>
<DisplayNameShortAttribute("Min FF Age")>
<NumberOfDecimalsAttribute(1)>
<MandatoryProperty()>
Public ReadOnly Property MinFinalFellingAge As Nullable(Of Double)
'Usage
 
Dim instance As ForestData
Dim value As Nullable(Of Double)
 
value = instance.MinFinalFellingAge
[Unit("yrs")]
[Description("Min Final Felling Age")]
[DisplayName("Min Final Felling Age")]
[DisplayNameShort("Min FF Age")]
[NumberOfDecimals(1)]
[MandatoryProperty()]
public Nullable<double> MinFinalFellingAge {get;}
[Unit("yrs")]
[Description("Min Final Felling Age")]
[DisplayName("Min Final Felling Age")]
[DisplayNameShort("Min FF Age")]
[NumberOfDecimals(1)]
[MandatoryProperty()]
public:
property Nullable<double> MinFinalFellingAge {
   Nullable<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