Heureka API .NET Documentation
InitialMinFinalFellingAge Property



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