Click or drag to resize

DimensionMapQueryTakeMode Enumeration

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "T:imbNLP.Data.textMap.DimensionMapQueryTakeMode"]

Namespace:  imbNLP.Data.textMap
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public enum DimensionMapQueryTakeMode
Members
  Member nameValueDescription
selectInnerShadow0 Selects only mappings being within/exactly as selected shadow , i.e. ones that are within the selection range (or hook shadow)
selectPartialInnerShadow1 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)
selectOuterShadow2 The select outer shadow
See Also