Click or drag to resize

sampleGroupItem Constructor (String, Enum, Int32, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Defines a sampleGroupItem

Namespace:  imbWEM.Core.sampleGroup
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public sampleGroupItem(
	string title,
	Enum tag,
	int weightFactor = 1,
	int limit = -1
)

Parameters

title
Type: SystemString
Descriptive title of the group
tag
Type: SystemEnum
Enum member to be used in database to point this group
weightFactor (Optional)
Type: SystemInt32
Relative weight number used for automatic population-to-group assigment
limit (Optional)
Type: SystemInt32
Optional limit for total count of population within this group
See Also