| 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.
|
 | CancelFeatureCacheRequestsAsync |
Cancels any existing feature cache requests.
|
 | CanFillFeatureCache |
Determines whether a fill feature cache operation can be executed. Only one fill feature cache operation can
be exxecuted at any one time.
|
 | CanRemoveLayer |
Determines if a layer can be removed from the container.
|
 | CanRemoveLayers |
Determines if the layers can be removed from the container.
|
 | ChangeVersion |
Change GeoDatabase version of layers and standalone tables of fromVersionBase.
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.
|
 | ClearElevationSurfaceLayers |
Will remove all elevation surfaces from the map with the exception of Ground. This method must be called on the MCT. Use QueuedTask.Run.
|
 | ClearFeatureCacheAsync | Overloaded. |
 | 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.
|
 | FillFeatureCacheAsync | Overloaded. |
 | 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.
|
 | FindElevationSurfaceLayer |
Finds an elevation surface layer using a URI.
|
 | 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.
|
 | GetCustomElevationSurfaceLayers |
Gets the list of custom elevation surface layers for the map.
|
 | 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.
|
 | GetElevationProfileFromSurface | Overloaded. |
 | GetElevationProfileFromSurfaceAsync | Overloaded. |
 | GetElevationSurfaceLayers |
Gets the list of elevation surface layers for the map.
|
 | 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 .
|
 | GetGroundElevationSurfaceLayer |
Gets the ground elevation surface layer from the map.
|
 | 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.
|
 | GetMapMembersAsFlattenedList |
Returns a read only flat list of mapMembers where nested groups are not preserved.
|
 | 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.
|
 | GetZsFromSurface | Overloaded. |
 | 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 | Overloaded. |
 | 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.
|
 | 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.
|
 | SetAutoFillFeatureCache |
Sets the flag indicating if the feature cache is automatically filled for layers in the map.
|
 | SetBasemapLayers | Overloaded. |
 | SetClipGeometry | Overloaded. |
 | 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.
|
 | 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.
|