Click or drag to resize
RedListCalculatorSetNumberOfLocations Method
Handle number of locations. Unit is location count. Factor: NumberOfLocations, Id = 727,

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public void SetNumberOfLocations(
	bool hasMin,
	long numberOfLocationsMin,
	bool hasProbable,
	long numberOfLocationsProbable,
	bool hasMax,
	long numberOfLocationsMax,
	string clarification
)

Parameters

hasMin
Type: SystemBoolean
Indicates if min value is available.
numberOfLocationsMin
Type: SystemInt64
Min value for number of locations.
hasProbable
Type: SystemBoolean
Indicates if probable value is available.
numberOfLocationsProbable
Type: SystemInt64
Probable value for number of locations.
hasMax
Type: SystemBoolean
Indicates if max value is available.
numberOfLocationsMax
Type: SystemInt64
Max value for number of locations.
clarification
Type: SystemString
Clarification about values.
See Also