Heureka API .NET Documentation
SiteIndex Property (ForestData)



Site index of site index species, in m
Syntax
'Declaration
 
<UnitAttribute("H100 m")>
<DescriptionAttribute("Site Index determined from site index factor, and possibly projected according to climate change model")>
<DisplayNameAttribute("SIS (projected)")>
<DisplayNameShortAttribute("SIS proj")>
<NumberOfDecimalsAttribute(2)>
<DbObjectLegacyNamesAttribute(System.Collections.Generic.List`1[System.String])>
<BrowsableAttribute(True)>
Public ReadOnly Property SiteIndex As Double
'Usage
 
Dim instance As ForestData
Dim value As Double
 
value = instance.SiteIndex
[Unit("H100 m")]
[Description("Site Index determined from site index factor, and possibly projected according to climate change model")]
[DisplayName("SIS (projected)")]
[DisplayNameShort("SIS proj")]
[NumberOfDecimals(2)]
[DbObjectLegacyNames(System.Collections.Generic.List`1[System.String])]
[Browsable(true)]
public double SiteIndex {get;}
[Unit("H100 m")]
[Description("Site Index determined from site index factor, and possibly projected according to climate change model")]
[DisplayName("SIS (projected)")]
[DisplayNameShort("SIS proj")]
[NumberOfDecimals(2)]
[DbObjectLegacyNames(System.Collections.Generic.List`1[System.String])]
[Browsable(true)]
public:
property double SiteIndex {
   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