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

IMapDataAdapter.SetLayer(MapItemsLayerBase) Method

Sets the association between the specified layer and this data adapter.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

void SetLayer(
    MapItemsLayerBase layer
)

Parameters

Name Type Description
layer MapItemsLayerBase

A MapItemsLayerBase class descendant.

See Also