Heureka API .NET Documentation
SiteIndexPine Property (SiteData)



Site index of pine, in m
Syntax
'Declaration
 
<DescriptionAttribute("Site index for pine")>
<UnitAttribute("H100 m")>
<DisplayNameAttribute("Site Index Pine")>
<DisplayNameShortAttribute("SI pine")>
<BrowsableAttribute(False)>
Public ReadOnly Property SiteIndexPine As Double
'Usage
 
Dim instance As SiteData
Dim value As Double
 
value = instance.SiteIndexPine
[Description("Site index for pine")]
[Unit("H100 m")]
[DisplayName("Site Index Pine")]
[DisplayNameShort("SI pine")]
[Browsable(false)]
public double SiteIndexPine {get;}
[Description("Site index for pine")]
[Unit("H100 m")]
[DisplayName("Site Index Pine")]
[DisplayNameShort("SI pine")]
[Browsable(false)]
public:
property double SiteIndexPine {
   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

SiteData Class
SiteData Members

Send Feedback