ESRI.ArcGIS.ADF.IMS
MapService Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Carto Namespace > View Class : MapService Property




Gets the MapService which the current View is based on.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property MapService As MapService
Visual Basic (Usage)Copy Code
Dim instance As View
Dim value As MapService
 
value = instance.MapService
C# 
public MapService MapService {get;}

Remarks

The view is constructed using information from a MapService object. This property provides a link back to the originating MapService. Note that if the MapService is re-initialized, any views constructed from the MapService will not change. A new MapView or LayoutView would have to be created from the MapService to reflect the new set of properties retrieved.

This property is read-only.

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.