Click or drag to resize
RedListCalculatorSetAreaOfOccupancy Method
Set area of occupancy. Unit is square km. Factor: AreaOfOccupancy_B2Estimated, Id = 734.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public void SetAreaOfOccupancy(
	bool hasMin,
	double areaOfOccupancyMin,
	bool hasProbable,
	double areaOfOccupancyProbable,
	bool hasMax,
	double areaOfOccupancyMax,
	string clarification,
	string unitLabel
)

Parameters

hasMin
Type: SystemBoolean
Indicates if min value is available.
areaOfOccupancyMin
Type: SystemDouble
Min value for area of occupancy.
hasProbable
Type: SystemBoolean
Indicates if probable value is available.
areaOfOccupancyProbable
Type: SystemDouble
Probable value for area of occupancy.
hasMax
Type: SystemBoolean
Indicates if max value is available.
areaOfOccupancyMax
Type: SystemDouble
Max value for area of occupancy.
clarification
Type: SystemString
Clarification about values.
unitLabel
Type: SystemString
Label for unit of values.
See Also