Click or drag to resize

sampleGroupAssignPolicy Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

How sampleGroupSet will perform group assigment

Namespace:  imbWEM.Core.sampleGroup
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public enum sampleGroupAssignPolicy
Members
  Member nameValueDescription
nothing0
onlyNonAssigned1 It will set groupTag to an item if it has no tag
reAssignAll2 It will clear any existing group tag and reassign all
overAssignAll3 It will just add new group tag next to existing
unassignAll4 It will remove any group tag from complete collection
See Also