| 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 the specified standalone table in the map.
|
| FindStandaloneTables |
Finds standalone tables by name.
|
| GetBookmarks |
Returns the map's collection of bookmarks. 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.
|
| 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.
|
| GetMapPanes |
Get the collection of map panes for the map
|
| GetSelection |
Get the selection for the map.
This method must be called on the MCT. Use QueuedTask.Run
|
| 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
|
| 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 standalone table from the map.
This method must be called on the MCT. Use QueuedTask.Run
|
| RemoveStandaloneTables |
Removes the specified standalone tables 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
|
| 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.
|
| 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
|
| 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.
|