|  | Name | Description | 
|---|
|  | AddBookmark | Overloaded. | 
|  | CalculateFullExtent | Returns the full extent of the map.
            This method must be called on the MCT. Use QueuedTask.Run | 
|   | CanAdd | Indicates whether or not an item can be added to the map. | 
|  | CanAddSurfaceToMap | Verifies if the given surface can be added to the map. This method must be called on the MCT. Use QueuedTask.Run. | 
|  | ChangeVersion | Change GeoDatabase version of layers and standalone tables of fromVersion.
            This method must be called on the MCT. Use QueuedTask.Run | 
|  | ClearClipGeometry | Clear the current map clip geometry. This method must
            be called on the MCT. Use QueuedTask.Run | 
|  | ClearElevationSurfaces | Will remove all elevation surfaces from the map with the exception of Ground. This method must be called on the MCT. Use QueuedTask.Run. | 
|  | ClearSelection | Clear the selection in the map.
            This method must be called on the MCT. Use QueuedTask.Run | 
|  | ExportBookmarks | Export bookmarks from the active map or scene to a BKMX file. This method must be called on the MCT. Use QueuedTask.Run. | 
|  | FindAndReplaceWorkspacePath | Performs a find and replace of workspace paths for all layers and tables in the map that share that workspace path. 
            This method must be called on the MCT. Use QueuedTask.Run | 
|  | FindLayer | Finds a layer using a URI. | 
|  | FindLayers | Finds layers by name. | 
|  | FindStandaloneTable | Finds a StandaloneTable using a URI. Group layers within the map are also searched. | 
|  | FindStandaloneTables | Finds StandaloneTables by name. Group layers within the map are also searched. | 
|  | GetAvailableElevationUnitFormats | Gets the list of available elevation unit formats for the given scene.
            This method must be called on the MCT. Use QueuedTask.Run | 
|  | GetAvailableLocationUnitFormats | Gets the list of available map location unit formats for the given map.
            This method must be called on the MCT. Use QueuedTask.Run | 
|  | GetBookmarks | Returns the map's collection of bookmarks. This method must be called on the MCT. Use QueuedTask.Run. | 
|  | GetCanEditMetadata | Gets whether the Map metadata can be edited or not. This method must be called on the MCT.
            Use QueuedTask.Run | 
|  | GetClipGeometry | Get the current map clipping geometry. This method must be called
            on the MCT. Use QueuedTask.Run | 
|  | GetCustomFullExtent | Returns the custom full extent of the map.
            This method must be called on the MCT. Use QueuedTask.Run | 
|  | GetDefaultExtent | Returns the default full extent of the map.
            This method must be called on the MCT. Use QueuedTask.Run | 
|  | GetDefinition | Returns the map definition.
            This method must be called on the MCT. Use QueuedTask.Run | 
|  | GetElementCount | Gets the number of elements in the map.
            This method must be called on the MCT. Use QueuedTask.Run | 
|  | GetElementStorageSize | Gets the storage size of all the elements in the map.
            This method must be called on the MCT. Use QueuedTask.Run | 
|  | GetElevationSurfaces | Gets the list of CIM elevation surfaces for the map. This method must be called on the MCT. Use QueuedTask.Run. | 
|  | GetElevationUnitFormat | Gets the current scene elevation unit format. This method must
            be called on the MCT. Use QueuedTask.Run | 
|  | GetGeneralPlacementProperties | Returns the general label placement properties of the map.
            This method must be called on the MCT. Use QueuedTask.Run | 
|  | GetGroundElevationSurface | Gets the ground elevation surface from the map. This method must be called on the MCT. Use QueuedTask.Run. | 
|  | GetHighlightSelection | Get the highlight selection for the map.
            This method must be called on the MCT. Use QueuedTask.Run | 
|  | GetLabelEngine | Returns the label engine type of the map.
            This method must be called on the MCT. Use QueuedTask.Run | 
|  | GetLayersAsFlattenedList | Returns a read only flat list of layers where nested groups are not preserved. | 
|  | GetLocationUnitFormat | Gets the current map location unit format for the current project. This method must
            be called on the MCT. Use QueuedTask.Run | 
|  | GetMapPanes | Get the collection of map panes for the map | 
|  | GetMetadata | Gets the Map metadata. This method must be called on the MCT.
            Use QueuedTask.Run | 
|  | GetSelection | Get the selection for the map.
            This method must be called on the MCT. Use QueuedTask.Run | 
|  | GetSnapshot | Gets a readonly snapshot of the layers | 
|  | GetStandaloneTablesAsFlattenedList | Returns a read only flat list of StandaloneTables where nested groups are not preserved. | 
|  | GetZsFromSurfaceAsync | Overloaded. | 
|  | ImportBookmarks | Import bookmarks from ArcMap, ArcGlobe, and ArcScene bookmark files (*.dat) or ArcGIS Pro bookmark files (*.bmkx).
            This method must be called on the MCT. Use QueuedTask.Run. | 
|  | MoveBookmark | Moves the bookmark to a new index in the map's collection of bookmarks. 
            This method must be called on the MCT. Use QueuedTask.Run. | 
|  | MoveLayer | Moves a layer to a different position in the table of contents.
            This method must be called on the MCT. Use QueuedTask.Run | 
|  | MoveStandaloneTable | Overloaded. | 
|  | OpenViewAsync | Open a new view for this map. | 
|  | RemoveBookmark | Removes the bookmark from the map. This method must be called on the MCT. Use QueuedTask.Run. | 
|  | RemoveElevationSurface | Removes the elevation surface from the existing collection of elevation surfaces. This method must be called on the MCT. Use QueuedTask.Run. | 
|  | RemoveLayer | Removes a specified layer from the map.
            This method must be called on the MCT. Use QueuedTask.Run | 
|  | RemoveLayers | Removes the specified layers from the map.
            This method must be called on the MCT. Use QueuedTask.Run | 
|  | RemoveStandaloneTable | Removes the specified StandaloneTable from the map.
            This method must be called on the MCT. Use QueuedTask.Run | 
|  | RemoveStandaloneTables | Removes the specified StandaloneTables from the map.
            This method must be called on the MCT. Use QueuedTask.Run | 
|  | ReplaceDatasource | Performs a find and replace of workspace paths for all layers and tables in the map that share that workspace path. 
            This method must be called on the MCT. Use QueuedTask.Run | 
|  | SaveAsFile | Saves the map as a mapx file.
            This method must be called on the MCT. Use QueuedTask.Run | 
|  | SaveAsWebMapFile | Save the current map to webmap file format. This method must be called
            on the MCT. Use QueuedTask.Run | 
|  | SetBasemapLayers | Overloaded. | 
|  | SetClipGeometry | Set map clipping to the provided clip polygon. This method must
            be called on the MCT. Use QueuedTask.Run | 
|  | SetCustomFullExtent | Updates the custom full extent of the map.
            This method must be called on the MCT. Use QueuedTask.Run | 
|  | SetDefinition | Sets the map definition.
            This method must be called on the MCT. Use QueuedTask.Run | 
|  | SetElevationSurface | Set the elevation surface into the existing collection of elevation surfaces
            on the map. This method must be called on the MCT. Use QueuedTask.Run. | 
|  | SetElevationSurfaces | Set the collection of elevation surfaces into the existing collection of elevation surfaces
            on the map. This method must be called on the MCT. Use QueuedTask.Run. | 
|  | SetElevationUnitFormat | Sets the current scene elevation unit format. This method must
            be called on the MCT. Use QueuedTask.Run | 
|  | SetGeneralPlacementProperties | Updates the general label placement properties of the map.
            This method must be called on the MCT. Use QueuedTask.Run | 
|  | SetLabelEngine | Updates the label engine type of the map.
            This method must be called on the MCT. Use QueuedTask.Run | 
|  | SetLocationUnitFormat | Sets the current map location unit format for the current project. This method must
            be called on the MCT. Use QueuedTask.Run | 
|  | SetMetadata | Sets the Map metadata. This method must be called on the MCT.
            Use QueuedTask.Run | 
|  | SetName | Updates the name of the map.
            This method must be called on the MCT. Use QueuedTask.Run | 
|  | SetReferenceScale | Updates the reference scale of the map.
            This method must be called on the MCT. Use QueuedTask.Run | 
|  | SetSelection | Set the selection in the map.
            This method must be called on the MCT. Use QueuedTask.Run | 
|  | SetSpatialReference | Updates the spatial reference of the map.
            This method must be called on the MCT. Use QueuedTask.Run | 
|  | ToString | Returns the name of the map. |