IMapItemFactory Interface
In This Article
Provides a method for creating map items.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.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