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

IMapDataAdapter.LoadData(IMapItemFactory) Method

Loads data using the specified factory.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

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

Declaration

void LoadData(
    IMapItemFactory factory
)

Parameters

Name Type Description
factory IMapItemFactory

An object implementing the IMapItemFactory interface.

See Also