User Tools

Site Tools


thinkgeo.mapsuite.webedition.markerclassbreak

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.webedition.markerclassbreak [2015/09/18 03:08]
admin
thinkgeo.mapsuite.webedition.markerclassbreak [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.WebEdition.MarkerClassBreak ====== ====== ThinkGeo.MapSuite.WebEdition.MarkerClassBreak ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 Represents a break with a value and style defined. Represents a break with a value and style defined.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 8: Line 11:
 ** {{wiki:​PublicMethod.gif|}} MarkerClassBreak() ** ** {{wiki:​PublicMethod.gif|}} MarkerClassBreak() **
  
-Initialize a new instance of the MarkerClassBreak class.+  * //Initialize a new instance of the MarkerClassBreak class.//
 == Remarks == == Remarks ==
-If you use this default constructor,​ then you should set the properties manually.+  * //If you use this default constructor,​ then you should set the properties manually.//
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} MarkerClassBreak(Double) ** ** {{wiki:​PublicMethod.gif|}} MarkerClassBreak(Double) **
  
-Initialize a new instance of the MarkerClassBreak class using the value specified.+  * //Initialize a new instance of the MarkerClassBreak class using the value specified.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MarkerClassBreak#​MarkerClassBreak.28Double.29/​/
 == Parameters == == Parameters ==
   * //value//   * //value//
Line 28: Line 31:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MarkerClassBreak#​ToString.28.29/​/
  
 == Return Value == == Return Value ==
Line 40: Line 43:
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MarkerClassBreak#​Equals.28Object.29/​/
  
 == Return Value == == Return Value ==
Line 56: Line 59:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MarkerClassBreak#​GetHashCode.28.29/​/
  
 == Return Value == == Return Value ==
Line 68: Line 71:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MarkerClassBreak#​GetType.28.29/​/
  
 == Return Value == == Return Value ==
Line 81: Line 84:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MarkerClassBreak#​Finalize.28.29/​/
  
 == Return Value == == Return Value ==
Line 93: Line 96:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MarkerClassBreak#​MemberwiseClone.28.29/​/
  
 == Return Value == == Return Value ==
Line 108: Line 111:
 Gets or sets the break value. Gets or sets the break value.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MarkerClassBreak#​Return_Value
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 116: Line 119:
 Gets or sets the style that is applied to the markers if the CustomMarkerStyle is not defined. Gets or sets the style that is applied to the markers if the CustomMarkerStyle is not defined.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MarkerClassBreak#​DefaultMarkerStyle
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.WebEdition.PointMarkerStyle|PointMarkerStyle]]   * Type:​[[ThinkGeo.MapSuite.WebEdition.PointMarkerStyle|PointMarkerStyle]]
Line 124: Line 127:
 Gets or sets the style that could be any type of MarkerStyle. Gets or sets the style that could be any type of MarkerStyle.
 == Remarks == == Remarks ==
-The CustomMarkerStyle could be any type of MarkerStyle. This style has a higher priority than the DefaultMarkerStyle. This means that if you defined both DefaultMarkerStyle and CustomMarkerStyle,​ the CustomMarkerStyle will be used.+The <​strong>​CustomMarkerStyle</​strong> ​could be any type of <​strong>​MarkerStyle</​strong>​. This style has a higher priority than the <​strong>​DefaultMarkerStyle</​strong>​. This means that if you defined both <​strong>​DefaultMarkerStyle</​strong> ​and <​strong>​CustomMarkerStyle</​strong>​, the <​strong>​CustomMarkerStyle</​strong> ​will be used.
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.WebEdition.MarkerStyle|MarkerStyle]]   * Type:​[[ThinkGeo.MapSuite.WebEdition.MarkerStyle|MarkerStyle]]
thinkgeo.mapsuite.webedition.markerclassbreak.1442545706.txt.gz · Last modified: 2015/09/18 03:08 by admin