Name | Description | |
---|---|---|
![]() | CanConvertMap | Test whether the map can be converted to the specified output type. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | CanConvertMapFromItem | Test whether the map item can be converted to the specified output type. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | CanCreateMapFrom | Indicates whether a map can be created from an Item. |
![]() | ConvertMap | Convert the input map to the specified output type. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | ConvertMapFromItem | Convert the input map item to the specified output type. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | CopyMap | Copies the input map and adds it to the project. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | CreateLocalBasemap | Creates a local basemap of MapType.Basemap ArcGIS.Core.CIM.MapType This method must be called on the MCT. Use QueuedTask.Run. |
![]() | CreateMap | Overloaded. |
![]() | CreateMapFromItem | 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. |