Go to previous topic Go to next topic

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.

For DWG layers, this method will be deprecated in the next release. Instead, you should use the MGDwgDataSources.getDwg method.

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.

For DWG layers, this method will be deprecated in the next release. Instead, you should use the MGDwgDataSources.setDwg method.

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.

For DWG layers, this property will be deprecated in the next release. Instead, you should use the MGDwgDataSources.Dwg property.

This property is still valid for other data source types.

MGSelection.addObjects MGSelection.addObjectsEx
MGSelection.getMapObjects MGSelection.getMapObjectsEx
MGSelection.removeObjects MGSelection.removeObjectsEx