zoukankan      html  css  js  c++  java
  • IMapControl3 Interface(1) Properties属性

    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

     Description
    Read-only property ActiveView The active view of the Map contained by the MapControl.
    Read-only property ActiveView The active view of the Map contained by the MapControl.
    Read/write property Appearance The appearance of the MapControl.
    Read/write property Appearance The appearance of the MapControl.
    Read/write property BackColor Background color of the MapControl.
    Read/write property BackColor Background color of the MapControl.
    Read/write property BorderStyle The border style of the MapControl.
    Read/write property BorderStyle The border style of the MapControl.
    Read/write property CurrentTool Current active tool for the MapControl. Set to nothing to clear the tool.
    Read/write property CurrentTool Current active tool for the MapControl. Set to nothing to clear the tool.
    Read/write property CustomProperty A property to associate data with a control.
    Read/write property DocumentFilename The filename of the last map document loaded into the control.
    Read/write property DocumentMap The name of the map that was last loaded into the control from a map document.
    Read/write property Enabled Indicates whether the MapControl can respond to user generated events.
    Read/write property Enabled Indicates whether the MapControl can respond to user generated events.
    Read/write property Extent Current extent of the Map in map units.
    Read/write property Extent Current extent of the Map in map units.
    Read/write property FullExtent Rectangular shape that encloses all features of all layers in the Map.
    Read/write property FullExtent Rectangular shape that encloses all features of all layers in the Map.
    Read-only property hWnd Handle to the window associated with the MapControl.
    Read-only property hWnd Handle to the window associated with the MapControl.
    Read/write property 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.
    Read-only property Layer Layer at the supplied index.
    Read-only property Layer Layer at the supplied index.
    Read-only property LayerCount Number of layers in the Map.
    Read-only property LayerCount Number of layers in the Map.
    Read/write property Map The Map contained by the MapControl.
    Read/write property Map The Map contained by the MapControl.
    Read/write property MapScale Scale of the map as a representative fraction.
    Read/write property MapScale Scale of the map as a representative fraction.
    Read/write property MapUnits The geographical units of the map.
    Read/write property MapUnits The geographical units of the map.
    Read/write property MouseIcon Custom mouse icon used if MousePointer is 99.
    Read/write property MouseIcon Custom mouse icon used if MousePointer is 99.
    Read/write property MousePointer The mouse pointer displayed over the MapControl.
    Read/write property MousePointer The mouse pointer displayed over the MapControl.
    Read-only property 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.
    Read/write property OleDropEnabled Indicates if the MapControl will fire events when data is dragged over the control's window.
    Read/write property OleDropEnabled Indicates if the MapControl will fire events when data is dragged over the control's window.
    Read/write property ReferenceScale Reference scale of the Map as a representative fraction.
    Read/write property ReferenceScale Reference scale of the Map as a representative fraction.
    Read/write property Rotation Determines how many degrees the map display is rotated.
    Read/write property Rotation Determines how many degrees the map display is rotated.
    Read/write property ShowMapTips Indicates if map tips are shown.
    Read/write property ShowScrollbars Indicates whether or not the Map's scrollbars are visible.
    Read/write property ShowScrollbars Indicates whether or not the Map's scrollbars are visible.
    Read/write property SpatialReference Spatial reference of the Map.
    Read/write property SpatialReference Spatial reference of the Map.
    Read/write property TipDelay The delay before map tips are shown.
    Read/write property TipStyle The style of map tips.
    Read/write property TrackCancel The object used by the MapControl to check if drawing has been aborted.
    Read/write property TrackCancel The object used by the MapControl to check if drawing has been aborted.
    Write-only property VisibleRegion The geometry specifying the visible region of the Map.

    Write-only property

    VisibleRegion

    The geometry specifying the visible region of the Map

  • 相关阅读:
    【oracle】查看表空间对应文件所在位置
    【oracle】查看表空间信息
    【java异常】java.lang.Integer cannot be cast to java.lang.String
    【oracle】DATE输出是什么东西
    数字万用表的精度和分辨率,ADC的位数
    二阶系统
    Verilog中实现电平检测
    模拟信号和数字信号,直流信号和交流信号
    噪声:强度,方差信噪比(待完善)
    Simulink模块之Band-Limited White Noise
  • 原文地址:https://www.cnblogs.com/qiushuixizhao/p/3234209.html
Copyright © 2011-2022 走看看