Click or drag to resize
RedListCalculatorSetVeryRestrictedArea Method
Handle very restricted area. Unit. 0 = VU. 1 = NT. 2 = LC. Factor: VeryRestrictedArea_D2VU, Id = 728.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public void SetVeryRestrictedArea(
	bool hasMin,
	int veryRestrictedAreaMin,
	bool hasProbable,
	int veryRestrictedAreaProbable,
	bool hasMax,
	int veryRestrictedAreaMax,
	string clarification
)

Parameters

hasMin
Type: SystemBoolean
Indicates if min value is available.
veryRestrictedAreaMin
Type: SystemInt32
Min value for probability of extinction.
hasProbable
Type: SystemBoolean
Indicates if probable value is available.
veryRestrictedAreaProbable
Type: SystemInt32
Probable value for probability of extinction.
hasMax
Type: SystemBoolean
Indicates if max value is available.
veryRestrictedAreaMax
Type: SystemInt32
Max value for probability of extinction.
clarification
Type: SystemString
Clarification about values.
See Also