|
| ESRI.ArcGIS.ADF.IMS | |
| MapService Property | |
| See Also | |
| ESRI.ArcGIS.ADF.IMS.Carto Namespace > View Class : MapService Property |
| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property MapService As MapService | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public MapService MapService {get;} | |
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.