Click or drag to resize
RedListCalculatorSetContinuingDecline Method
Handle continuing decline. Unit. -1 = Populationen growth. 0 = Populationen is stable. 1 = Presumable decrease. 2 = Decrease or expected decrease. 3 = Decrease of >5% within 10 years or 3 generations 4 = Decrease of >10% within 10 years or 3 generations 5 = Decrease of >20% within 5 years or 2 generations 6 = Decrease of >25% within 3 years or 1 generations Factor: ContinuingDecline, Id = 678

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public void SetContinuingDecline(
	bool hasMin,
	int continuingDeclineMin,
	bool hasProbable,
	int continuingDeclineProbable,
	bool hasMax,
	int continuingDeclineMax,
	string clarification
)

Parameters

hasMin
Type: SystemBoolean
Indicates if min value is available.
continuingDeclineMin
Type: SystemInt32
Min value for continuing decline.
hasProbable
Type: SystemBoolean
Indicates if probable value is available.
continuingDeclineProbable
Type: SystemInt32
Probable value for continuing decline.
hasMax
Type: SystemBoolean
Indicates if max value is available.
continuingDeclineMax
Type: SystemInt32
Max value for continuing decline.
clarification
Type: SystemString
Clarification about values.
See Also