Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Map

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