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

IMapItemFactory Interface

Provides a method for creating map items.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.1.dll

NuGet Package: DevExpress.Win.Map

Declaration

public interface IMapItemFactory

The following members return IMapItemFactory objects:

Remarks

The IMapItemFactory interface declares the IMapItemFactory.CreateMapItem method, which defines a way of creating map items.

See Also