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

VisibleRegion

The geometry specifying the visible region of the Map

IMapControl3 Interface(1) Properties属性的更多相关文章

  1. 集合类——Map集合、Properties属性文件操作

    1.Map集合 Collection集合的特点是每次进行单个对象的保存,若要对一对对象来进行保存就只能用Map集合来保存.即Map集合中一次可以保存两个对象,且这两个对象的关系是key = value ...

  2. Code片段 : .properties属性文件操作工具类 & JSON工具类

    摘要: 原创出处:www.bysocket.com 泥瓦匠BYSocket 希望转载,保留摘要,谢谢! “贵专” — 泥瓦匠 一.java.util.Properties API & 案例 j ...

  3. 解决读写properties属性文件

    package com.kzkj.wx.utils; import java.io.BufferedReader; import java.io.File; import java.io.FileIn ...

  4. rsyslog Properties 属性:

    rsyslog Properties 属性: 数据项 在rsyslog 是被称为 "properties". 它们可以有不同的源, 最重要的是 那些来自接收的消息,但是还有其他. ...

  5. Java学习笔记——JDBC读取properties属性文件

    Java 中的 properties 文件是一种配置文件,主要用于表达配置信息,文件类型为*.properties,格式为文本文件. 文件的内容是格式是"键=值"(key-valu ...

  6. Spring boot 的 properties 属性值配置 application.properties 与 自定义properties

    配置属性值application.properties 文件直接配置: com.ieen.super.name="MDD" 自定义properties文件配置:src/main/r ...

  7. 章节六、3-读取Properties属性文件

    一.如何读取Properties文件1.创建一个名为ReadingProperties的类 2.创建一个.propertise属性的文件,创建的方式参考“二”中步骤 3.写入如下代码 package ...

  8. Maven中的-D(Properties属性)和-P(Profiles配置文件)

    -D代表(Properties属性) 使用命令行设置属性-D的正确方法是: mvn -DpropertyName=propertyValue clean package 如果propertyName不 ...

  9. Java - 得到项目中properties属性文件中定义的属性值

    public static String getPropertiesValue(String fileName, String key) {   return ResourceBundle.getBu ...

随机推荐

  1. TypeConverter的使用

    我们知道,C#中有int.Parse,int.TryParse这样神奇的功能,那它们又是如何做到的呢?我们试着自己也来自定义一个“转换器”. 首先,定义一个类: public class Human ...

  2. IOS中Label根据上个label的内容设置下个label的frame

    #import "ViewController.h" @interface ViewController () @property(nonatomic,strong)UILabel ...

  3. su -无反应

    一.问题产生环境 CentOS 6.3 X64SecureCRT 7.0.0 英文版 二.问题具体描述 今天操作自己的一台Linux服务器时,突然su命令不好使了,敲入命令回车后,没有任何反应,不管是 ...

  4. jarsigner

    开发者应用认领说明 Flyme应用中心应用认领,采用Android的apk安装包签名机制来完成.如果你不清楚签名是什么,请联系开发人员协助您. 在Android平台发布应用程序之前,必须经过一个签名流 ...

  5. jquery 限制字数 显示输入字数 插件

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/ ...

  6. CDialog上使用CToolBar+CReBar

    最经在做一些用户界面的东西,对话框上有很多按钮和组合框,全部加起来差不多有20多个吧,界面非常凌乱,最后决定用CToolBar + CReBar来重新设计界面,为什么选用这个呢?一是因为看到IE用的也 ...

  7. mysql问题总结,远程登录

    http://blog.sina.com.cn/s/blog_4550f3ca0101axzd.html 更改mysql数据库的数据库名 http://tech.sina.com.cn/s/s/200 ...

  8. HDU 5768 Lucky7 (容斥原理 + 中国剩余定理 + 状态压缩 + 带膜乘法)

    题意:……应该不用我说了,看起来就很容斥原理,很中国剩余定理…… 方法:因为题目中的n最大是15,使用状态压缩可以将所有的组合都举出来,然后再拆开成数组,进行中国剩余定理的运算,中国剩余定理能够求出同 ...

  9. windbg 之 如何设置模块加载时断下

    这里先介绍两个指令: sx指令: The sx* commands control the action that the debugger takes when an exception occur ...

  10. 如何延长zencart1.5后台的登录时间而不退出

    2012-12-25 使用过zencart1.5版本的人都知道,后台登陆后,如果没有任何操作的话最长15分钟后就自动退出,这个对于后台管理是比较麻烦的.这个是zencart1.5在安全性上做的一个改进 ...