IMapDataAdapter.IsCSCompatibleTo(MapCoordinateSystem) Method
Returns the value indicating is the coordinate system of an adapter is compatible with coordinate system of a map control.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
mapCS | MapCoordinateSystem | A MapCoordinateSystem class descendant. |
Returns
Type | Description |
---|---|
Boolean | true if a coordinate systems is compatible; otherwise, false. |
See Also