IMapItemFactory Interface
Provides a method for creating map items.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Related API Members
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