DimensionMapQueryTakeMode Enumeration |
[Missing <summary> documentation for "T:imbNLP.Data.textMap.DimensionMapQueryTakeMode"]
Namespace: imbNLP.Data.textMap
public enum DimensionMapQueryTakeMode
| Member name | Value | Description | |
|---|---|---|---|
| selectInnerShadow | 0 | Selects only mappings being within/exactly as selected shadow , i.e. ones that are within the selection range (or hook shadow) | |
| selectPartialInnerShadow | 1 | Selects all mappings touched by the selection shadow, including ones that are only partially in the selected range(s) i.e. overlapping with the range (or hook shadow) | |
| selectOuterShadow | 2 | The select outer shadow |