IMapControl3 Interface(1) Properties属性

IMapControl3 Interface

Provides access to members that control the MapControl. Note: the IMapControl3 interface has been superseded by IMapControl4. Please consider using the more recent version.

Product Availability

Available with ArcGIS Engine.

Description

The IMapControl3 interface provides additional members for tasks related to the MapControl, such as setting a custom property and suppressing data redraw whilst the MapControl is being resized.

Members

  All
Properties
Methods
Inherited
Non-inherited
Description
IMapControl3 Interface(1) Properties属性 AboutBox Displays a dialog of information about the MapControl.
IMapControl3 Interface(1) Properties属性 AboutBox Displays a dialog of information about the MapControl.
IMapControl3 Interface(1) Properties属性 ActiveView The active view of the Map contained by the MapControl.
IMapControl3 Interface(1) Properties属性 ActiveView The active view of the Map contained by the MapControl.
IMapControl3 Interface(1) Properties属性 AddLayer Adds a layer to the Map's collection of layers at the specified index position.
IMapControl3 Interface(1) Properties属性 AddLayer Adds a layer to the Map's collection of layers at the specified index position.
IMapControl3 Interface(1) Properties属性 AddLayerFromFile Loads a layer file and adds it to the Map's collection of layers at the specified index position.
IMapControl3 Interface(1) Properties属性 AddLayerFromFile Loads a layer file and adds it to the Map's collection of layers at the specified index position.
IMapControl3 Interface(1) Properties属性 AddShapeFile Adds a shapefile as a layer to the Map.
IMapControl3 Interface(1) Properties属性 AddShapeFile Adds a shapefile as a layer to the Map.
IMapControl3 Interface(1) Properties属性 Appearance The appearance of the MapControl.
IMapControl3 Interface(1) Properties属性 Appearance The appearance of the MapControl.
IMapControl3 Interface(1) Properties属性 BackColor Background color of the MapControl.
IMapControl3 Interface(1) Properties属性 BackColor Background color of the MapControl.
IMapControl3 Interface(1) Properties属性 BorderStyle The border style of the MapControl.
IMapControl3 Interface(1) Properties属性 BorderStyle The border style of the MapControl.
IMapControl3 Interface(1) Properties属性 CenterAt Moves the center of the MapControl to the specified location.
IMapControl3 Interface(1) Properties属性 CenterAt Moves the center of the MapControl to the specified location.
IMapControl3 Interface(1) Properties属性 CheckMxFile Checks the specified filename to see if it is a map document that can be loaded into the MapControl.
IMapControl3 Interface(1) Properties属性 CheckMxFile Checks the specified filename to see if it is a map document that can be loaded into the MapControl.
IMapControl3 Interface(1) Properties属性 ClearLayers Removes all layers from the Map.
IMapControl3 Interface(1) Properties属性 ClearLayers Removes all layers from the Map.
IMapControl3 Interface(1) Properties属性 CurrentTool Current active tool for the MapControl. Set to nothing to clear the tool.
IMapControl3 Interface(1) Properties属性 CurrentTool Current active tool for the MapControl. Set to nothing to clear the tool.
IMapControl3 Interface(1) Properties属性 CustomProperty A property to associate data with a control.
IMapControl3 Interface(1) Properties属性 DeleteLayer Removes a Layer from the Map's collection of layers at the specified index position.
IMapControl3 Interface(1) Properties属性 DeleteLayer Removes a Layer from the Map's collection of layers at the specified index position.
IMapControl3 Interface(1) Properties属性 DocumentFilename The filename of the last map document loaded into the control.
IMapControl3 Interface(1) Properties属性 DocumentMap The name of the map that was last loaded into the control from a map document.
IMapControl3 Interface(1) Properties属性 DrawShape Draws a geometry shape on the MapControl.
IMapControl3 Interface(1) Properties属性 DrawShape Draws a geometry shape on the MapControl.
IMapControl3 Interface(1) Properties属性 DrawText Draws text along the supplied geometry.
IMapControl3 Interface(1) Properties属性 DrawText Draws text along the supplied geometry.
IMapControl3 Interface(1) Properties属性 Enabled Indicates whether the MapControl can respond to user generated events.
IMapControl3 Interface(1) Properties属性 Enabled Indicates whether the MapControl can respond to user generated events.
IMapControl3 Interface(1) Properties属性 Extent Current extent of the Map in map units.
IMapControl3 Interface(1) Properties属性 Extent Current extent of the Map in map units.
IMapControl3 Interface(1) Properties属性 FlashShape Flashes a shape on the MapControl, duration is in milliseconds.
IMapControl3 Interface(1) Properties属性 FlashShape Flashes a shape on the MapControl, duration is in milliseconds.
IMapControl3 Interface(1) Properties属性 FromMapPoint Converts a point on the Map (in map units) to device co-ordinates (typically pixels).
IMapControl3 Interface(1) Properties属性 FromMapPoint Converts a point on the Map (in map units) to device co-ordinates (typically pixels).
IMapControl3 Interface(1) Properties属性 FullExtent Rectangular shape that encloses all features of all layers in the Map.
IMapControl3 Interface(1) Properties属性 FullExtent Rectangular shape that encloses all features of all layers in the Map.
IMapControl3 Interface(1) Properties属性 hWnd Handle to the window associated with the MapControl.
IMapControl3 Interface(1) Properties属性 hWnd Handle to the window associated with the MapControl.
IMapControl3 Interface(1) Properties属性 KeyIntercept A property that specifies interception of key strokes that are normally handled by the container. When intercepted the OnKeyDown and OnKeyUp events will be called. This value can be a combined bit mask of esriKeyIntercept enum values.
IMapControl3 Interface(1) Properties属性 Layer Layer at the supplied index.
IMapControl3 Interface(1) Properties属性 Layer Layer at the supplied index.
IMapControl3 Interface(1) Properties属性 LayerCount Number of layers in the Map.
IMapControl3 Interface(1) Properties属性 LayerCount Number of layers in the Map.
IMapControl3 Interface(1) Properties属性 LoadMxFile Loads the specified Map from the map document into the MapControl. The Map can be an index or a name, if it is not supplied the focus map is used.
IMapControl3 Interface(1) Properties属性 LoadMxFile Loads the specified Map from the map document into the MapControl. The Map can be an index or a name, if it is not supplied the focus map is used.
IMapControl3 Interface(1) Properties属性 Map The Map contained by the MapControl.
IMapControl3 Interface(1) Properties属性 Map The Map contained by the MapControl.
IMapControl3 Interface(1) Properties属性 MapScale Scale of the map as a representative fraction.
IMapControl3 Interface(1) Properties属性 MapScale Scale of the map as a representative fraction.
IMapControl3 Interface(1) Properties属性 MapUnits The geographical units of the map.
IMapControl3 Interface(1) Properties属性 MapUnits The geographical units of the map.
IMapControl3 Interface(1) Properties属性 MouseIcon Custom mouse icon used if MousePointer is 99.
IMapControl3 Interface(1) Properties属性 MouseIcon Custom mouse icon used if MousePointer is 99.
IMapControl3 Interface(1) Properties属性 MousePointer The mouse pointer displayed over the MapControl.
IMapControl3 Interface(1) Properties属性 MousePointer The mouse pointer displayed over the MapControl.
IMapControl3 Interface(1) Properties属性 MoveLayerTo Moves a layer within the Map's collection from its current index position to a new index position.
IMapControl3 Interface(1) Properties属性 MoveLayerTo Moves a layer within the Map's collection from its current index position to a new index position.
IMapControl3 Interface(1) Properties属性 Object A property that returns the underlying control. This can be used when the control is inside a wrapper object that has been added by a development environment.
IMapControl3 Interface(1) Properties属性 OleDropEnabled Indicates if the MapControl will fire events when data is dragged over the control's window.
IMapControl3 Interface(1) Properties属性 OleDropEnabled Indicates if the MapControl will fire events when data is dragged over the control's window.
IMapControl3 Interface(1) Properties属性 Pan Tracks the mouse while panning the MapControl.
IMapControl3 Interface(1) Properties属性 Pan Tracks the mouse while panning the MapControl.
IMapControl3 Interface(1) Properties属性 ReadMxMaps Opens a map document specified by the supplied filename and reads the maps into an array object.
IMapControl3 Interface(1) Properties属性 ReadMxMaps Opens a map document specified by the supplied filename and reads the maps into an array object.
IMapControl3 Interface(1) Properties属性 ReferenceScale Reference scale of the Map as a representative fraction.
IMapControl3 Interface(1) Properties属性 ReferenceScale Reference scale of the Map as a representative fraction.
IMapControl3 Interface(1) Properties属性 Refresh Redraws the Map, optionally just redraw specified phases or envelope.
IMapControl3 Interface(1) Properties属性 Refresh Redraws the Map, optionally just redraw specified phases or envelope.
IMapControl3 Interface(1) Properties属性 Rotation Determines how many degrees the map display is rotated.
IMapControl3 Interface(1) Properties属性 Rotation Determines how many degrees the map display is rotated.
IMapControl3 Interface(1) Properties属性 ShowMapTips Indicates if map tips are shown.
IMapControl3 Interface(1) Properties属性 ShowScrollbars Indicates whether or not the Map's scrollbars are visible.
IMapControl3 Interface(1) Properties属性 ShowScrollbars Indicates whether or not the Map's scrollbars are visible.
IMapControl3 Interface(1) Properties属性 SpatialReference Spatial reference of the Map.
IMapControl3 Interface(1) Properties属性 SpatialReference Spatial reference of the Map.
IMapControl3 Interface(1) Properties属性 SuppressResizeDrawing Suppress full redraw of control during resize operations.
IMapControl3 Interface(1) Properties属性 TipDelay The delay before map tips are shown.
IMapControl3 Interface(1) Properties属性 TipStyle The style of map tips.
IMapControl3 Interface(1) Properties属性 ToMapPoint Converts a point in device co-ordinates (typically pixels) to a point on the Map (in map units).
IMapControl3 Interface(1) Properties属性 ToMapPoint Converts a point in device co-ordinates (typically pixels) to a point on the Map (in map units).
IMapControl3 Interface(1) Properties属性 TrackCancel The object used by the MapControl to check if drawing has been aborted.
IMapControl3 Interface(1) Properties属性 TrackCancel The object used by the MapControl to check if drawing has been aborted.
IMapControl3 Interface(1) Properties属性 TrackCircle Rubber-bands a circle on the MapControl.
IMapControl3 Interface(1) Properties属性 TrackCircle Rubber-bands a circle on the MapControl.
IMapControl3 Interface(1) Properties属性 TrackLine Rubber-bands a polyline on the MapControl.
IMapControl3 Interface(1) Properties属性 TrackLine Rubber-bands a polyline on the MapControl.
IMapControl3 Interface(1) Properties属性 TrackPolygon Rubber-bands a polygon on the MapControl.
IMapControl3 Interface(1) Properties属性 TrackPolygon Rubber-bands a polygon on the MapControl.
IMapControl3 Interface(1) Properties属性 TrackRectangle Rubber-bands a rectangle on the MapControl.
IMapControl3 Interface(1) Properties属性 TrackRectangle Rubber-bands a rectangle on the MapControl.
IMapControl3 Interface(1) Properties属性 VisibleRegion The geometry specifying the visible region of the Map.

IMapControl3 Interface(1) Properties属性

VisibleRegion

The geometry specifying the visible region of the Map

上一篇:SAPHANA学习(17):SQL Function(R)


下一篇:Ubuntu oracle SDK替换OpenJDK