User Tools

Site Tools


thinkgeo.mapsuite.webedition.editsettings

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.editsettings [2015/09/18 03:07]
admin
thinkgeo.mapsuite.webedition.editsettings [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.WebEdition.EditSettings ====== ====== ThinkGeo.MapSuite.WebEdition.EditSettings ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 Provides editing options when the EditOverlay is in EditShape mode. Provides editing options when the EditOverlay is in EditShape mode.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 8: Line 11:
 ** {{wiki:​PublicMethod.gif|}} EditSettings() ** ** {{wiki:​PublicMethod.gif|}} EditSettings() **
  
-Initialize an instance of the EditSetting class.+  * //Initialize an instance of the EditSetting class.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.EditSettings#​EditSettings.28.29/​/
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
Line 17: Line 20:
 ** {{wiki:​PublicMethod.gif|}} ToJson() ** ** {{wiki:​PublicMethod.gif|}} ToJson() **
  
-Returns a JSON string that contains the information for setting the edit mode at client side.+  * //Returns a JSON string that contains the information for setting the edit mode at client side.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.EditSettings#​ToJson.28.29/​/
  
 == Return Value == == Return Value ==
Line 29: Line 32:
 ** {{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.EditSettings#​ToString.28.29/​/
  
 == Return Value == == Return Value ==
Line 41: Line 44:
 ** {{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.EditSettings#​Equals.28Object.29/​/
  
 == Return Value == == Return Value ==
Line 57: Line 60:
 ** {{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.EditSettings#​GetHashCode.28.29/​/
  
 == Return Value == == Return Value ==
Line 69: Line 72:
 ** {{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.EditSettings#​GetType.28.29/​/
  
 == Return Value == == Return Value ==
Line 82: Line 85:
 ** {{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.EditSettings#​Finalize.28.29/​/
  
 == Return Value == == Return Value ==
Line 94: Line 97:
 ** {{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.EditSettings#​MemberwiseClone.28.29/​/
  
 == Return Value == == Return Value ==
Line 109: Line 112:
 Gets a value that indicates whether the shape can be dragged. Gets a value that indicates whether the shape can be dragged.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.EditSettings#​IsDraggable
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 117: Line 120:
 Gets a value that indicates whether the shape can be reshaped. Gets a value that indicates whether the shape can be reshaped.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.EditSettings#​IsReshapable
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 125: Line 128:
 Gets a value that indicates whether the shape can be resized. Gets a value that indicates whether the shape can be resized.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.EditSettings#​IsResizable
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 133: Line 136:
 Gets a value that indicates whether the shape can be rotated. Gets a value that indicates whether the shape can be rotated.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.EditSettings#​IsRotatable
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
thinkgeo.mapsuite.webedition.editsettings.1442545654.txt.gz · Last modified: 2015/09/18 03:07 by admin