Heureka API .NET Documentation
SiteIndexSpecies Property (SiteData)



Species that was used to define site index on the plot
Syntax
'Declaration
 
<DescriptionAttribute("Species that was used to define site index on majority of the plots")>
<DisplayNameAttribute("Site Index Species")>
<DisplayNameShortAttribute("SI species")>
Public ReadOnly Property SiteIndexSpecies As SpeciesGroupCode
'Usage
 
Dim instance As SiteData
Dim value As SpeciesGroupCode
 
value = instance.SiteIndexSpecies
[Description("Species that was used to define site index on majority of the plots")]
[DisplayName("Site Index Species")]
[DisplayNameShort("SI species")]
public SpeciesGroupCode SiteIndexSpecies {get;}
[Description("Species that was used to define site index on majority of the plots")]
[DisplayName("Site Index Species")]
[DisplayNameShort("SI species")]
public:
property SpeciesGroupCode SiteIndexSpecies {
   SpeciesGroupCode 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