Heureka API .NET Documentation
NoOfStemsMainSaplings Property



No of main saplings/ha
Syntax
'Declaration
 
<UnitAttribute("Trees/ha")>
<DescriptionAttribute("Stem density for main saplings")>
<BrowsableAttribute(False)>
<DisplayNameAttribute("Stems Main Saplings")>
<DisplayNameShortAttribute("N main sapl")>
<NumberOfDecimalsAttribute(1)>
Public ReadOnly Property NoOfStemsMainSaplings As Double
'Usage
 
Dim instance As ForestData
Dim value As Double
 
value = instance.NoOfStemsMainSaplings
[Unit("Trees/ha")]
[Description("Stem density for main saplings")]
[Browsable(false)]
[DisplayName("Stems Main Saplings")]
[DisplayNameShort("N main sapl")]
[NumberOfDecimals(1)]
public double NoOfStemsMainSaplings {get;}
[Unit("Trees/ha")]
[Description("Stem density for main saplings")]
[Browsable(false)]
[DisplayName("Stems Main Saplings")]
[DisplayNameShort("N main sapl")]
[NumberOfDecimals(1)]
public:
property double NoOfStemsMainSaplings {
   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