Click or drag to resize

NumberGroupsCreate Method (ListValueCount)

Compatible with IDEA StatiCa Beta 21.0 - beta
Creates new instance with list of ValueCount .

Namespace:  IdeaRS.OpenModel.Parameters
Assembly:  IdeaRS.OpenModel (in IdeaRS.OpenModel.dll) Version: 20.0.1.1 (20.0.1.1)
Syntax
public static NumberGroups Create(
	List<ValueCount> list
)

Parameters

list
Type: System.Collections.GenericListValueCount
The list of ValueCount objects.

Return Value

Type: NumberGroups
A new instance of group.
See Also