BiotopeImportanceEnum Enumeration |
Enum that contains values for BiotopeImportance enum.
This enum should only be used if a program handles
the values differently.
Namespace: ArtDatabanken.DataAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public enum BiotopeImportanceEnum
Public Enumeration BiotopeImportanceEnum
public enum class BiotopeImportanceEnum
type BiotopeImportanceEnum
Members
| Member name | Value | Description |
---|
| NoImportance | 0 |
No importance = 0.
|
| HasImportance | 1 |
Has importance = 1.
|
| VeryImportant | 2 |
Very important = 2.
|
See Also