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. 15.找出如下数组中最大的元素和最小的元素, a[][]={{3,2,6},{6,8,2,10},{5},{12,3,23}}

    package com.bao; public class Erweim { public static void main(String[] args) { int[][]a={{3,2,6},{6 ...

  2. Golang:测试map是否存在

    请看这个url:http://www.du52.com/text.php?id=561 if v, ok := m1["a"]; ok { fmt.Println(v) } els ...

  3. MySQL数据库分区修改【原创】

    之前有个表分区添加时s201607添加成s201617,所以在查询7月份数据时报错 错误的 alter table statistics_ticket add partition (partition ...

  4. 【重大bug】viewpager使用的时候加载数据应该在setOnPageChangeListener里加载

    [重大bug]viewpager使用的时候加载数据应该在setOnPageChangeListener里的onPageSelected里加载,我说怎么首页有数据,第二页就是空白,就是加载了但是数据不显 ...

  5. perl-cgi命令行调试

    来源: http://www.cnblogs.com/itech/archive/2012/09/23/2698838.html 参考: http://docstore.mik.ua/orelly/l ...

  6. JSON中的特殊字符

    使用JSON从后台向前台传输数据的时候,当数据本身含有一些特殊字符,会导致JSON数据的解析出错.这个时候,就需要将JSON中的特殊字符过滤掉. 用下面的方法对即将向前台输出的json字符串进行处理, ...

  7. iOS开发:后台运行以及保持程序在后台长时间运行

    第一部分 1.先说说iOS 应用程序5个状态: 停止运行-应用程序已经终止,或者还未启动. 不活动-应用程序处于前台但不再接收事件(例如,用户在app处于活动时锁住了设备). 活动-app处于“使用中 ...

  8. zf-关于评价器的开关所在的配置文件,与代码如何修改。

    web.xml文件  把true改成false就是关

  9. UVA 571 Jugs ADD18 小白书10 数学Part1 专题

    只能往一个方向倒,如c1=3,c2=5,a b从0 0->0 5->3 2->0 2->2 0->2 5->3 4->0 4->3 1->0 1- ...

  10. JAVA-面向对象2--继承

    1. 继承的好处: 1.提高代码复用性. 2.让类与类之间产生关系,为面向对象的第三大特征 多态 提供了前提 2.java中支持单继承,不直接支持多继承,但对c++中多继承进行了改良.java通过多实 ...