Table of Contents

ThinkGeo.MapSuite.Core.ClassBreak

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

This class represents a single class break.

Inheritance Hierarchy

Members Summary

Public Constructors

ClassBreak()

Remarks
Parameters

ClassBreak(Double,AreaStyle)

Remarks
Parameters

ClassBreak(Double,PointStyle)

Remarks
Parameters

ClassBreak(Double,LineStyle)

Remarks
Parameters

ClassBreak(Double,TextStyle)

Remarks
Parameters

ClassBreak(Double,Collection<Style>)

Remarks
Parameters

Protected Constructors

Public Methods

ToString()

Remarks
Return Value
Parameters

Equals(Object)

Remarks
Return Value
Parameters

GetHashCode()

Remarks
Return Value
Parameters

GetType()

Remarks
Return Value
Parameters

Protected Methods

Finalize()

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

Public Properties

Value

This property get and sets the break value.

Remarks

This value determines where the break is in the ClassBreakStyle. Please see the ClassBreakStyle class remarks for a full description of how the ClassBreakStyle works.

Return Value

DefaultAreaStyle

This property gets and sets the default AreaStyle used to draw the class break.

Remarks

If you set this style, then when the data for a feature is within the current break it will use this style to draw. If you use the default styles, then you should only use one. The one you use should match your feature data. For example, if your features are lines, then you should use the DefaultLineStyle.

Return Value

DefaultLineStyle

This property gets and sets the default LineStyle used to draw the class break.

Remarks

If you set this style, then when the data for a feature is within the current break it will use this style to draw. If you use the default styles, then you should only use one. The one you use should match your feature data. For example, if your features are lines, then you should use the DefaultLineStyle.

Return Value

DefaultPointStyle

This property gets and sets the default PointStyle used to draw the class break.

Remarks

If you set this style, then when the data for a feature is within the current break it will use this style to draw. If you use the default styles, then you should only use one. The one you use should match your feature data. For example, if your features are lines, then you should use the DefaultLineStyle.

Return Value

DefaultTextStyle

This property gets and sets the default TextStyle used to draw the class break.

Remarks

If you set this style, then when the data for a feature is within the current break it will use this style to draw. If you use the default styles, then you should only use one. The one you use should match your feature data. For example, if your features are lines then you should use the DefaultLineStyle.

Return Value

CustomStyles

This property gets a collection of custom styles used to draw the class break.

Remarks

If you set these styles, then when the data for a feature is within the current break it will use this style to draw. If you do not wish to use the default style properties, then you can use this collection to specify any types of styles you want to use.

Return Value

Protected Properties

Public Events