ESRI.ArcGIS.ADF.Web.DataSources.IMS
MapView Property
See Also 
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 MapView
Visual Basic (Usage)Copy Code
Dim instance As MapFunctionality
Dim value As MapView
 
value = instance.MapView
C# 
public 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.

See Also

© 2010 All Rights Reserved.