ESRI.ArcGIS.ADF.Web.DataSources.IMS
MapView Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources.IMS Namespace > MapFunctionality Class : MapView Property




The ArcIMS MapView, which gives access to the layers and properties for the ArcIMS map.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property MapView As ESRI.ArcGIS.ADF.IMS.Carto.MapView
Visual Basic (Usage)Copy Code
Dim instance As MapFunctionality
Dim value As ESRI.ArcGIS.ADF.IMS.Carto.MapView
 
value = instance.MapView
C# 
public ESRI.ArcGIS.ADF.IMS.Carto.MapView MapView {get;}

Remarks

Use this property to access the ESRI.ArcGIS.ADF.IMS.Carto.MapView used by the resource and functionality to draw maps. The MapView allows you to work with ArcIMS layers, coordinate systems, rendering, etc.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.