Heureka API .NET Documentation
SpeciesTypeFor Method



Syntax
'Declaration
 
Public Shared Function SpeciesTypeFor( _
   ByVal speciesGroupCode As SpeciesGroupCode _
) As SpeciesType
'Usage
 
Dim speciesGroupCode As SpeciesGroupCode
Dim value As SpeciesType
 
value = SpeciesCodeConverter.SpeciesTypeFor(speciesGroupCode)
public static SpeciesType SpeciesTypeFor( 
   SpeciesGroupCode speciesGroupCode
)
public:
static SpeciesType SpeciesTypeFor( 
   SpeciesGroupCode speciesGroupCode
) 

Parameters

speciesGroupCode
Exceptions
ExceptionDescription
System.ArgumentExceptionThe exception that is thrown when one of the arguments provided to a method is not valid.
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