Assembly: Report;
The IPrxDataAdapterManager interface sets a type of adapter for displaying source data on a map.
The interface is used to work with an old format map (*.tbs). To work with a new format map (*.svg), use the IVzMapChart and IEaxMapChart interfaces.
Method name | Brief description | |
CreateRangeMapDataAdapter | The CreateRangeMapDataAdapter method creates a data adapter for a map allowing to display data from the specified data range. | |
CreateSliceMapDataAdapter | The CreateSliceMapDataAdapter method creates a data adapter for a map allowing to display data from the slice on it. |
See also: