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. Mac 下格式化U盘

    diskutil list 查看U盘盘符: lapommedeMacBook-Pro:~ lapomme$ diskutil list /dev/disk0 (internal, physical): ...

  2. xcode单步调试快捷键

    xcode单步调试快捷键f6,但是磨人f6是用来调节键盘亮度的,在系统偏好,键盘设置里面,做如下设置就可以了.

  3. Django 用户认证及OneToOneField

    Django 用户认证如果自己不想写 就可以用django自带的认证 首选导入模块 models.py #!/usr/bin/env python #_*_ coding:utf8 _*_ from ...

  4. UIView的基本属性及ANimation

    frame属性:可以使用该属性改变尺寸和位置 相对于父视图bounds:改变尺寸 相对自身center:改变视图的位置alpha:改变视图的透明度backgroundColor:改变视图的背景cont ...

  5. hash随笔

    hash属性是一个可读可写的字符串,是url的锚部分(从#开始).多用于单页面应用中,使其包含多个页面. 定位:通过id来定位 eg: <div id= "part1"> ...

  6. ant 配置expdp and impap

    + 执行步骤: ant -f 1_exp_prod.xml copy file from prod to uat (maunule) ant -f  3_imp_uat.xml 附件: 1.1_exp ...

  7. 事件委托小demo(原生版)

    <style type="text/css"> body, div, span { margin:; padding:; font-family: "\5FA ...

  8. Webkit之HTML解析

    加载部分HTML文本(即主资源)后便可以开始解析HTML元素(对输入字节流进行逐字扫描,识别HTML元素),最后生成DOM树,本文只讲HTML解析. HTML解析部分时序图: 其中最为重要的过程是(1 ...

  9. Apache + PHP in Windows XP (to add SQLite)

    Firstly, Winxp do not support VC11+, so choose Apache packs compiled under VC10-. Before installatio ...

  10. tiny210V2 Uboot kernel filesystem 烧写和启动

    1.sd启动 将u-boot镜像写入SD卡 将SD卡通过读卡器接上电脑(或直接插入笔记本卡槽),通过"cat /proc/partitions"找出SD卡对应的设备,我的设备节点是 ...