Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

bool IsCSCompatibleTo(
    MapCoordinateSystem mapCS
)

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