Heureka API .NET Documentation
IsDeciduousSpeciesSpecial Method



The species group code.
Determines whether speciesGroupCode is a special deciduous tree (ädelt lövträd). Such a species is subject to special legal requirements according to the Swedish Forest Act.
Syntax
'Declaration
 
Public Shared Function IsDeciduousSpeciesSpecial( _
   ByVal speciesGroupCode As SpeciesGroupCode _
) As Boolean
'Usage
 
Dim speciesGroupCode As SpeciesGroupCode
Dim value As Boolean
 
value = SpeciesCodeConverter.IsDeciduousSpeciesSpecial(speciesGroupCode)
public static bool IsDeciduousSpeciesSpecial( 
   SpeciesGroupCode speciesGroupCode
)
public:
static bool IsDeciduousSpeciesSpecial( 
   SpeciesGroupCode speciesGroupCode
) 

Parameters

speciesGroupCode
The species group code.
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

SpeciesCodeConverter Class
SpeciesCodeConverter Members

Send Feedback