Heureka API .NET Documentation
SiteIndexH Property (ForestData)



SIH = Site index calculated with site index equations for height devlopment of dominant trees
Syntax
'Declaration
 
<UnitAttribute("m")>
<DescriptionAttribute("Site index calculated with site index equations for height development of dominant trees (test release). H100, for birch H50 . Requires dominant species has >= 70 % of basal area.")>
<DisplayNameAttribute("SIH (estimated)")>
<DisplayNameShortAttribute("SIH (estimated)")>
<NumberOfDecimalsAttribute(2)>
Public ReadOnly Property SiteIndexH As Nullable(Of Double)
'Usage
 
Dim instance As ForestData
Dim value As Nullable(Of Double)
 
value = instance.SiteIndexH
[Unit("m")]
[Description("Site index calculated with site index equations for height development of dominant trees (test release). H100, for birch H50 . Requires dominant species has >= 70 % of basal area.")]
[DisplayName("SIH (estimated)")]
[DisplayNameShort("SIH (estimated)")]
[NumberOfDecimals(2)]
public Nullable<double> SiteIndexH {get;}
[Unit("m")]
[Description("Site index calculated with site index equations for height development of dominant trees (test release). H100, for birch H50 . Requires dominant species has >= 70 % of basal area.")]
[DisplayName("SIH (estimated)")]
[DisplayNameShort("SIH (estimated)")]
[NumberOfDecimals(2)]
public:
property Nullable<double> SiteIndexH {
   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