| Name | Description |
| AddExploratoryAnalysis |
An asynchronous function to add an ExploratoryAnalysisBase subclass instance to the MapView. Calling
this method activates the Exploratory Analysis object and presents it on the view.
|
| AddOverlayControl |
Add a control over the view.
|
| CancelDrawing |
Stop the current drawing of the MapView.
|
| CanSetViewingMode | Gets a value indicating if the view can be changed to the provided ArcGIS.Core.CIM.MapViewingMode. |
| CaptureThumbnail |
Capture a bitmap of the MapView content.
|
| ClearTOCSelection |
Clears the selection from the TOC.
|
| ClientToMap |
Converts a point in client coordinates relative to the top-left corner of the view to a point in the coordinates of the map or scene. This method must be called on the MCT. Use QueuedTask.Run.
|
| ClientToScreen |
Converts a screen point to a point in client coordinates relative to the top-left corner of the view.
|
| CloseActivePopup |
Closes the active popup window. You must be on the UI thread to call this function
|
| ClosePopups | Overloaded. |
| Export | Overloaded. |
| FlashFeature | Overloaded. |
| GetExploratoryAnalysisCollection |
Get a list of the Exploratory Analysis objects that exist
for this MapView. You can check each object's type to identify
which subclass it is.
|
| GetFeatures |
Return features that intersect a geometry. This method must be called on the MCT. Use QueuedTask.Run.
|
| GetFeaturesEx |
Return features that intersect a geometry. This method must be called on the MCT. Use QueuedTask.Run.
|
| GetOverlayControls |
Get all the current overlay controls.
|
| GetSelectedDataSourceMember |
Returns the selected DataSourceMember.
|
| GetSelectedElevationSources |
Returns the collection of elevation sources selected in the TOC.
|
| GetSelectedElevationSurfaces |
Returns the collection of elevation surfaces selected in the TOC.
|
| GetSelectedIsosurfaces |
Returns the collection of voxel isosurfaces selected in the TOC.
|
| GetSelectedLayers |
Returns the collection of layers selected in the TOC.
|
| GetSelectedLegendClasses |
Returns the collection of legend classes selected in the TOC.
|
| GetSelectedLockedSections |
Returns the collection of voxel locked sections selected in the TOC.
|
| GetSelectedSections |
Returns the collection of voxel sections selected in the TOC.
|
| GetSelectedSlices |
Returns the collection of voxel slices selected in the TOC.
|
| GetSelectedStandaloneTables |
Returns the collection of tables selected in the TOC.
|
| GetViewSize |
Returns the current size of the view.
|
| HasNextCamera |
Indicates whether the map view has a next camera position.
|
| HasPreviousCamera |
Indicates whether the map view has a previous camera position.
|
| Invalidate | Overloaded. |
| LookAt |
Center the view at a given point. This method must be called on the MCT. Use QueuedTask.Run.
|
| LookAtAsync |
Center the view at a given point.
|
| MapToClient |
Converts a point in the coordinates of the map or scene to a point in client coordinates relative to the top-left corner of the view. This method must be called on the MCT. Use QueuedTask.Run.
|
| MapToScreen |
Converts a point in the coordinates of the map or scene to a point in screen coordinates. This method must be called on the MCT. Use QueuedTask.Run.
|
| NextCamera |
Go to the next camera position. This method must be called on the MCT. Use QueuedTask.Run.
|
| NextCameraAsync |
Go to the next camera position.
|
| PanTo | Overloaded. |
| PanToAsync | Overloaded. |
| PanToSelected |
Pan the view to the extent of the selected features in the map or scene. This method must be called on the MCT. Use QueuedTask.Run.
|
| PanToSelectedAsync |
Pan the view to the extent of the selected features in the map or scene.
|
| PreviousCamera |
Go to the previous camera position. This method must be called on the MCT. Use QueuedTask.Run.
|
| PreviousCameraAsync |
Go to the previous camera position.
|
| Print |
Print the mapview. The Print Dialog will be shown allowing you to configure
the print options.
|
| Redraw |
Force a redraw of the map view. This method must be called on the MCT. Use QueuedTask.Run.
|
| RedrawAsync |
Force a redraw of the map view
|
| RemoveExploratoryAnalysis |
Removes the provided ExploratoryAnalysisBase instance from the MapView. It
will no longer be tracked or drawn in the view. The parameter provided should be
destroyed after it has been removed to avoid errors or confusion.
|
| RemoveOverlayControl |
Remove a control from over the view.
|
| ScreenToClient |
Converts a point in client coordinates relative to the top-left corner of the view to a screen point.
|
| ScreenToMap |
Converts a point in screen coordinates to a point in the coordinates of the map or scene. This method must be called on the MCT. Use QueuedTask.Run.
|
| SelectDataSourceMember |
Selects the DataSourceMember in the TOC.
|
| SelectElevationSources |
Selects elevation sources in the TOC.
|
| SelectElevationSurfaces |
Selects elevation surfaces in the TOC.
|
| SelectFeatures |
Select features that intersect a geometry. This method must be called on the MCT. Use QueuedTask.Run.
|
| SelectFeaturesEx |
Select features that intersect a geometry. This method must be called on the MCT. Use QueuedTask.Run.
|
| SelectLayers |
Selects layers in the TOC.
|
| SelectLegendClasses |
Selects legend classes in the TOC.
|
| SelectStandaloneTables |
Selects standalone tables in the TOC.
|
| SelectVoxelIsosurface |
Selects the voxel isosurface in the TOC.
|
| SelectVoxelLockedSection |
Selects the voxel locked section in the TOC.
|
| SelectVoxelSection |
Selects the voxel section in the TOC.
|
| SelectVoxelSlice |
Selects the voxel slice in the TOC.
|
| SetActiveRangeName |
Sets the active range name for the map view.
|
| SetFieldOfView |
Sets the field of view angle of the scene view.
|
| SetSceneDrawingMode |
Sets the perspective of the scene view.
|
| SetViewingMode |
Set the perspective of the map view. This method must be called on the MCT. Use QueuedTask.Run.
|
| SetViewingModeAsync |
Set the perspective of the map view..
|
| ShowCustomPopup | Overloaded. |
| ShowPopup | Overloaded. |
| ZoomInFixed |
Zoom the Camera in by a fixed amount. This method must be called on the MCT. Use QueuedTask.Run.
|
| ZoomInFixedAsync |
Zoom the Camera in by a fixed amount.
|
| ZoomOutFixed |
Zoom the Camera out by a fixed amount. This method must be called on the MCT. Use QueuedTask.Run.
|
| ZoomOutFixedAsync |
Zoom the Camera out by a fixed amount.
|
| ZoomTo | Overloaded. |
| ZoomToAsync | Overloaded. |
| ZoomToFullExtent |
Zoom the view to the full extent of the map or scene. This method must be called on the MCT. Use QueuedTask.Run.
|
| ZoomToFullExtentAsync |
Zoom the view to the full extent of the map or scene.
|
| ZoomToSelected |
Zoom the view to the extent of the selected features in the map or scene. This method must be called on the MCT. Use QueuedTask.Run.
|
| ZoomToSelectedAsync |
Zoom the view to the extent of the selected features in the map or scene.
|