Click or drag to resize

UtilizationResults_BeamaddItems Method

add an item to the utilization of beams results

Namespace:  Karamba.Results
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void addItems(
	List<UtilizationResults_Item> items,
	bool with_details,
	int max_n_crosec_4,
	out int n_crosec_4,
	out string msg
)

Parameters

items
Type: System.Collections.GenericListUtilizationResults_Item
utilization results to be added
with_details
Type: SystemBoolean
true if details shall also be added
max_n_crosec_4
Type: SystemInt32
maximum number of class 4 cross sections to be reported via msg
n_crosec_4
Type: SystemInt32
number of class 4 cross sections detected
msg
Type: SystemString
message regarding the utilization results
See Also