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. 分布式事务实现-Spanner

    Spanner要满足的external consistency 是指:后开始的事务一定可以看到先提交的事务的修改.所有事务的读写都加锁可以解决这个问题,缺点是性能较差.特别是对于一些workload中 ...

  2. IOS tableViewCell单元格重用中的label重叠的问题

    参考:http://zhidao.baidu.com/link?url=_oMUTo5SxUY6SBaxYLsIpN3i2sZ6SKG35MVlPJd2cNmUf9TGQFkKXX9EXwSwti0n ...

  3. cmd实用指令

    具体可参考:http://www.jb51.net/os/windows/36986.html 以下是本人总结的一些比较实用的指令,仅仅只是自己的实战笔记 f: 进入F盘 同理 c: 进入C盘 cd ...

  4. MySQL、SQLServer2000(及SQLServer2005)和ORCALE三种数据库实现分页查询的方法

    在这里主要讲解一下MySQL.SQLServer2000(及SQLServer2005)和ORCALE三种数据库实现分页查询的方法. 可能会有人说这些网上都有,但我的主要目的是把这些知识通过我实际的应 ...

  5. c++中string的用法

    之所以抛弃char*的字符串而选用C++标准程序库中的string类,是因为他和前者比较起来,不必 担心内存是否足够.字符串长度等等,而且作为一个类出现,他集成的操作函数足以完成我们大多数情况下(甚至 ...

  6. 设置UITabBarController上ImageInsets后点击不断缩小

    最近遇到了这样一个情况,客户要求做出这种效果的UITabBarController. 通过各种查询,得出UITabBarController有这样一个属性,是设置它的图片距上下左右距离的属性: nav ...

  7. HDU 5652 India and China Origins 二分优化+BFS剪枝

    题目大意:给你一个地图0代表可以通过1代表不可以通过.只要能从第一行走到最后一行,那么中国与印度是可以联通的.现在给你q个点,每年风沙会按顺序侵蚀这个点,使改点不可通过.问几年后中国与印度不连通.若一 ...

  8. IMP指针

    可能大家一直看到有许多朋友在Runtime相关文章中介绍IMP指针的概念,那么IMP究竟有什么实际作用呢?让我们先从一个函数看起来. Method Swizzling 如果对Runtime有一定了解的 ...

  9. mysql 字段的类型有哪些

    int型包括(tinyint, smallint, mediumint, int, bigint) tinyint是1个字节表达范围就是2的8次方(-128-128) 或者(0-255) 很多人不明白 ...

  10. Java中的五种单例模式实现方法

    [代码] Java中的五种单例模式实现方法   1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 2 ...