|
UtilizationResults_BeamaddItems Method
|
Adds an item to the utilization of beams results.
Namespace:
Karamba.Results
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic void addItems(
List<UtilizationResults_Item> items,
bool with_details,
int max_n_crosec_4,
out int n_crosec_4,
out string msg
)
Public Sub addItems (
items As List(Of UtilizationResults_Item),
with_details As Boolean,
max_n_crosec_4 As Integer,
<OutAttribute> ByRef n_crosec_4 As Integer,
<OutAttribute> ByRef msg As String
)
public:
void addItems(
List<UtilizationResults_Item^>^ items,
bool with_details,
int max_n_crosec_4,
[OutAttribute] int% n_crosec_4,
[OutAttribute] String^% msg
)
member addItems :
items : List<UtilizationResults_Item> *
with_details : bool *
max_n_crosec_4 : int *
n_crosec_4 : int byref *
msg : string byref -> unit
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