ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / IMapFactory Interface
Methods Version

In This Topic
IMapFactory Interface Members
In This Topic

The following tables list the members exposed by IMapFactory.

Public Methods
 NameDescription
 Method Determines whether the map can be converted to the specified output type. This method must be called on the MCT. Use QueuedTask.Run.  
 Method Determines whether the map item can be converted to the specified output type. This method must be called on the MCT. Use QueuedTask.Run.  
 Method Determines whether a map can be created from an Item.  
 Method Convert the input map to the specified output type. This method must be called on the MCT. Use QueuedTask.Run.  
 Method Convert the input map item to the specified output type. This method must be called on the MCT. Use QueuedTask.Run.  
 Method Copies the input map and adds it to the project. This method must be called on the MCT. Use QueuedTask.Run.  
 MethodOverloaded.   
 MethodCreates a local basemap of MapType.Basemap ArcGIS.Core.CIM.MapType. This method must be called on the MCT. Use QueuedTask.Run.  
 MethodOverloaded.   
 Method Creates a new Map in the project using an item e.g. webmap, mxd etc. This method must be called on the MCT. Use QueuedTask.Run.  
 Method Creates a new Map in the project. This method must be called on the MCT. Use QueuedTask.Run.  
 MethodCreates a map of type MapType.Scene ArcGIS.Core.CIM.MapType with a specified ground elevation source. This method must be called on the MCT. Use QueuedTask.Run.  
Top
See Also