ESRI.ArcGIS.ADF.IMS
setMapService Method
See Also 
ESRI.ArcGIS.ADF.IMS.Carto Namespace > View Class : setMapService Method




mapService
The map service to use for the view.
Sets the map service.

Syntax

Visual Basic (Declaration) 
Protected Sub setMapService( _
   ByVal mapService As MapService _
) 
Visual Basic (Usage)Copy Code
Dim instance As View
Dim mapService As MapService
 
instance.setMapService(mapService)
C# 
protected void setMapService( 
   MapService mapService
)

Parameters

mapService
The map service to use for the view.

See Also

© 2010 All Rights Reserved.