This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.core.drawingexceptionmode [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.core.drawingexceptionmode [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.Core.DrawingExceptionMode ====== | ====== ThinkGeo.MapSuite.Core.DrawingExceptionMode ====== | ||
| - | O:15:"HistoryBlobStub":3:{s:6:"mOldId";s:5:"21727";s:5:"mHash";s:32:"0f7c801f1f5cb9e0d47adf06318b7836";s:4:"mRef";s:5:"35342";} | + | {{section>upgrade_map_suite_to_10.0}} |
| + | |||
| + | This enum is used to describe some choice when exception hanppens during drawing Layers or Overlays. | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Items == | ||
| + | **Default** | ||
| + | * **Summary**:Default mode used in MapSuite component. | ||
| + | |||
| + | **ThrowException** | ||
| + | * **Summary**:This item means the exception will be throw out and the rest of drawing will be terminated. | ||
| + | |||
| + | **DrawException** | ||
| + | * **Summary**:This item means that we will catch the exception and draw it to show error happens, while the user cannot catch it any more. | ||