ESRI.ArcGIS.ADF.IMS | |
Environment Property | |
See Also Example |
ESRI.ArcGIS.ADF.IMS.Carto Namespace > MapService Class : Environment Property |
Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Environment As Environment |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Environment Environment {get;} |
This example retrieves the Environment object from an existing MapService and
prints some of its properties to a label control.
C# | Copy Code |
---|---|
ESRI.ArcGIS.ADF.IMS.Administration.Environment envir = mapService.Environment; |
Visual Basic | Copy Code |
---|---|
Dim envir As ESRI.ArcGIS.ADF.IMS.Administration.Environment |
The Environment object provides information about the map service's language, country setting, separators and screen DPI. It corresponds to the ENVIRONMENT tag in the ArcXML service information response.
This property, as with all properties of MapService, is read-only.