====== ThinkGeo.MapSuite.MvcEdition.ClassBreakMarkerStyle ======
{{section>upgrade_map_suite_to_10.0}}
This class represents a style based on class break values.
===== Inheritance Hierarchy =====
*System.Object
*ThinkGeo.MapSuite.MvcEdition.MarkerStyle
***ThinkGeo.MapSuite.MvcEdition.ClassBreakMarkerStyle**
===== Members Summary =====
==== Public Constructors ====
** {{wiki:PublicMethod.gif|}} ClassBreakMarkerStyle() **
* //Initialize a new instance of the ClassBreakMarkerStyle class.//
== Remarks ==
* //N/A//
== Parameters ==
** {{wiki:PublicMethod.gif|}} ClassBreakMarkerStyle(String) **
* //Initialize a new instance of the ClassBreakMarkerStyle class with the columnName specified.//
== Remarks ==
* //N/A//
== Parameters ==
* //columnName//
* Type:String
* Description:The column name in the feature whose value is used to compare and select the break.
** {{wiki:PublicMethod.gif|}} ClassBreakMarkerStyle(String,BreakValueInclusion) **
* //Initialize a new instance of the ClassBreakMarkerStyle class with the columnName and breakValueInclusion specified.//
== Remarks ==
* //N/A//
== Parameters ==
* //columnName//
* Type:String
* Description:The column name in the feature whose value is used to compare and select the break.
* //breakValueInclusion//
* Type:[[ThinkGeo.MapSuite.Core.BreakValueInclusion|BreakValueInclusion]]
* Description:A value that indicates whether or not to include the break value when comparing the break.
** {{wiki:PublicMethod.gif|}} ClassBreakMarkerStyle(String,BreakValueInclusion,Collection) **
* //Initialize a new instance of the ClassBreakMarkerStyle class with the columnName and breakValueInclusion specified.//
== Remarks ==
* //N/A//
== Parameters ==
* //columnName//
* Type:String
* Description:The column name in the feature whose value is used to compare and select the break.
* //breakValueInclusion//
* Type:[[ThinkGeo.MapSuite.Core.BreakValueInclusion|BreakValueInclusion]]
* Description:A value that indicates whether or not to include the break value when comparing the break.
* //classBreaks//
* Type:Collection<[[ThinkGeo.MapSuite.MvcEdition.MarkerClassBreak|MarkerClassBreak]]>
* Description:A collection of class breaks whose values are compared with the column value to determine which classbreak styles are applied to the markers.
==== Protected Constructors ====
==== Public Methods ====
** {{wiki:PublicMethod.gif|}} GetMarkers(IEnumerable) **
* //Returns a collection of markers that are created by the styles defined on the classbreaks.//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Collection<[[ThinkGeo.MapSuite.MvcEdition.Marker|Marker]]>
* Description:N/A
== Parameters ==
* //features//
* Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>
* Description:A collection of features that the markers are created from.
** {{wiki:PublicMethod.gif|}} ToString() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:String
* Description:N/A
== Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Boolean
* Description:N/A
== Parameters ==
* //obj//
* Type:Object
* Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Int32
* Description:N/A
== Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Type
* Description:N/A
== Parameters ==
==== Protected Methods ====
** {{wiki:ProtectedMethod.gif|}} GetContextMenusCore() **
* //Gets a collection of context menus that are associated with the MarkerStyle.//
== Remarks ==
* //N/A//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.MvcEdition.GeoKeyedCollection[[ThinkGeo.MapSuite.MvcEdition.ContextMenu, MvcEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]]|GeoKeyedCollection]]
* Description:A collection of context menus that are associated with the MarkerStyle.
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} LxU=() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:[[ThinkGeo.MapSuite.MvcEdition.GeoKeyedCollection[[ThinkGeo.MapSuite.MvcEdition.ContextMenu, MvcEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]]|GeoKeyedCollection]]
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} Finalize() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Void
* Description:N/A
== Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() **
* //N/A//
== Remarks ==
* //N/A//
== Return Value ==
* Type:Object
* Description:N/A
== Parameters ==
==== Public Properties ====
** {{wiki:PublicProperty.gif|}} ColumnName **
Gets or sets a column name whose value is used to compare and select the break.
== Remarks ==
You use this property to set the name of the column where the numeric data is stored for your features.
== Return Value ==
* Type:String
** {{wiki:PublicProperty.gif|}} BreakValueInclusion **
Gets or sets the value that indicates whether or not to include the break value when comparing the break.
== Remarks ==
Example: If you have a class break value set to 100 and the break value is included, then 100 is included for this break. If you set the value to excluded, then 100 would match with the break below 100 instead. Please see the ClassBreakStyle class remarks for a full description of how the ClassBreakStyle works.
== Return Value ==
* Type:[[ThinkGeo.MapSuite.Core.BreakValueInclusion|BreakValueInclusion]]
** {{wiki:PublicProperty.gif|}} ClassBreaks **
Gets a collection of class breaks whose values are compared with the column value to determine which ClassBreakStyles are applied to the markers.
== Remarks ==
The class breaks determine which style to use, based on the break values.Please see the ClassBreakStyle class remarks for a full description of how the ClassBreakStyle works.
== Return Value ==
* Type:Collection<[[ThinkGeo.MapSuite.MvcEdition.MarkerClassBreak|MarkerClassBreak]]>
==== Protected Properties ====
==== Public Events ====