Skip to content

BreakValueInclusion

Namespace: ThinkGeo.Core

In a class break style, this enumeration determines whether the break includes or excludes the value entered in the break.

public enum BreakValueInclusion

Inheritance ObjectValueTypeEnumBreakValueInclusion
Implements IComparable, IFormattable, IConvertible

Remarks:

In a class break style, this enumeration determines whether the break includes or excludes the value entered in the break. For example, you might have two class breaks, one at 100 and the second at 200. If you specify to include the value, then the first break includes the number 100 and the second break would include the number 200. If you set to exclude, then 100 would belong to the second break and 200 would not be included in the second break at all.

Fields

Name Value Description
IncludeValue 0 The break value is included in the break.
ExcludeValue 1 The break value is not included in the break.