Click or drag to resize
RedListCriteriaDocumentationCalculatorSetGenerationLength Method
Set generationLength. Unit is year. Factor: GenerationTime, Id = 671,

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public void SetGenerationLength(
	bool hasMin,
	double generationLengthMin,
	bool hasProbable,
	double generationLengthProbable,
	bool hasMax,
	double generationLengthMax,
	string clarification,
	string unitLabel
)

Parameters

hasMin
Type: SystemBoolean
Indicates if min value is available.
generationLengthMin
Type: SystemDouble
Generation length min value.
hasProbable
Type: SystemBoolean
Indicates if probable value is available.
generationLengthProbable
Type: SystemDouble
Generation length probable value.
hasMax
Type: SystemBoolean
Indicates if max value is available.
generationLengthMax
Type: SystemDouble
Generation length max value.
clarification
Type: SystemString
Clarification about values.
unitLabel
Type: SystemString
Label for unit of values.
See Also