Click or drag to resize
RedListCalculatorSetExtentOfOccurrence Method
Handle extent of occurrence. Unit is square km. Factor: ExtentOfOccurrence_B1Estimated, Id = 731.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public void SetExtentOfOccurrence(
	bool hasMin,
	double extentOfOccurrenceMin,
	bool hasProbable,
	double extentOfOccurrenceProbable,
	bool hasMax,
	double extentOfOccurrenceMax,
	string clarification,
	string unitLabel
)

Parameters

hasMin
Type: SystemBoolean
Indicates if min value is available.
extentOfOccurrenceMin
Type: SystemDouble
Min value for extent of occurrence.
hasProbable
Type: SystemBoolean
Indicates if probable value is available.
extentOfOccurrenceProbable
Type: SystemDouble
Probable value for extent of occurrence.
hasMax
Type: SystemBoolean
Indicates if max value is available.
extentOfOccurrenceMax
Type: SystemDouble
Max value for extent of occurrence.
clarification
Type: SystemString
Clarification about values.
unitLabel
Type: SystemString
Label for unit of values.
See Also