| Replaced Methods and Workarounds |
|
The following table lists the methods and properties that have been or will
be replaced. We strongly encourage you to use the newer methods and properties
since the older ones may be removed from the API in a future release. Methods
and properties replaced with this release are indicated by the
symbol. All the old methods and properties will still work in this release.
| Old Method or Property | Instead use... |
| MGMap.digitizePolygon | MGMap.digitizePolygonEx |
| MGMap.digitizePolyline | MGMap.digitizePolylineEx |
| MGMap.getMapLayers | MGMap.getMapLayersEx |
| MGMap.getUrlList (no longer documented) | MGMap.getUrlListState |
| MGMap.selectPolygon | MGMap.selectPolygonEx |
| MGMap.setUrlList (no longer documented) | MGMap.setUrlListState |
| MGMapLayer.getMapObjects | MGMapLayer.getMapObjectsEx |
| MGMapLayerSetup.getDataFile | For Text, Point, Polyline, and Polygon map layers from Spatial Data Provider
(SDP) Data Sources, use MGMapLayerSetup.getSdpFeatureTable
instead.
This method is still valid for other data source types. |
| MGMapLayerSetup.setDataFile | For Text, Point, Polyline, and Polygon map layers from Spatial Data Provider
(SDP) Data Sources use MGMapLayerSetup.setSdpFeatureTable
instead.
This method is still valid for other data source types. |
| MGMapLayerSetup.DataFile | For Text, Point, Polyline, and Polygon map layers from Spatial Data Provider
(SDP) data sources, use the SdpFeatureTable
property instead.
This property is still valid for other data source types. |
| MGSelection.addObjects | MGSelection.addObjectsEx |
| MGSelection.getMapObjects | MGSelection.getMapObjectsEx |
| MGSelection.removeObjects | MGSelection.removeObjectsEx |