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. ECSTORE1.2系统更改后台密码

    <?php set_time_limit(0); error_reporting(E_ALL^E_NOTICE); ?> <META HTTP-EQUIV="content ...

  2. first os

    Make your first OS. (MikeOS). check out here

  3. angular中的ng-bind-html指令和$sce服务

    angular js的强大之处之一就是他的数据双向绑定这一牛B功能,我们会常常用到的两个东西就是ng-bind和针对form的ng-model.但在我们的项目当中会遇到这样的情况,后台返回的数据中带有 ...

  4. js css优化-- 合并和压缩

    在项目框架中,首先要引用很多css和js文件,80%的用户响应时间都是浪费在前端.而这些时间主要又是因为下载图片.样式表.JavaScript脚本.flash等文件造成的.减少这些资源文件的Reque ...

  5. Entity Framework 学习高级篇1—改善EF代码的方法(上)

    本节,我们将介绍一些改善EF代码的相关方法,如NoTracking,GetObjectByKey, Include等. l         MergeOption.NoTracking 当我们只需要读 ...

  6. Entity Framework 学习中级篇3—存储过程(中)

    目前,EF对存储过程的支持并不完善.存在以下问题: l         EF不支持存储过程返回多表联合查询的结果集. l         EF仅支持返回返回某个表的全部字段,以便转换成对应的实体.无法 ...

  7. 获取输入设备的vid和pid

    一.获取/dev/input/event16设备的vid和pid testhid.c #include <linux/types.h> #include <linux/input.h ...

  8. seo优化 标点符号

    一.顿号“.” 顿号是一个只有在中文中使用的标点符号,这在英文中没有.毕竟该不该在标题中使用顿号呢,建议大家仍是不要使用,或者说在标题中就不要泛起中文的符号最好.不外,顿号可以使用在Descripti ...

  9. js判断字符串中是否有数字和字母

    var p = /[0-9]/; var b = p.test(string);//true,说明有数字var p = /[a-z]/i; var b = p.test(string);//true, ...

  10. selenium2.0集成测试案例

    webDriver模拟点击对web工程测试还是挺方便的. package suite; import java.util.concurrent.TimeUnit; import org.junit.A ...