Table of Contents

Enum BreakValueInclusion

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

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

public enum BreakValueInclusion

Fields

ExcludeValue = 1

The break value is not included in the break.

IncludeValue = 0

The break value is included in the break.

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.