ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapFactory Class
Properties Methods


In This Topic
    MapFactory Class Members
    In This Topic

    The following tables list the members exposed by MapFactory.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic) Gets the singleton instance for IMapFactory  
    Top
    Public Methods
     NameDescription
    Public Method Determines whether the map can be converted to the specified output type. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Determine whether the map item can be converted to the specified output type. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Determines whether a map can be created from an Item.  
    Public Method Convert the input map to the specified output type. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Convert the input map item to the specified output type. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Copies the input map and adds it to the project. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodCreates a local basemap of MapType.Basemap ArcGIS.Core.CIM.MapType. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodOverloaded.   
    Public 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.  
    Public Method Creates a new Map in the project. This method must be called on the MCT. Use QueuedTask.Run.  
    Public 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