ESRI.ArcGIS.ADF.IMS
MapService Property
See Also 
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.

See Also

© 2010 All Rights Reserved.