ESRI.ArcGIS.ADF.IMS
Environment Class
Members  See Also 
ESRI.ArcGIS.ADF.IMS.Administration Namespace : Environment Class




Environment is an object that encapsulates environment and locale information.

Object Model


Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class Environment 
Visual Basic (Usage)Copy Code
Dim instance As Environment
C# 
[SerializableAttribute()]
public class Environment 

Example

For an example, see MapService.Environment .

Remarks

The Environment object provides information about a MapService's language, country setting, separators and screen DPI. It corresponds to the ENVIRONMENT tag in the ArcXML service information response. The Environment of a MapService is read-only. Although the properties of this Environment may be modified, any changes will not affect the underlying MapService.

Environment is also used with Projection to specify the culture information for projecting coordinates.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.IMS.Administration.Environment

See Also

© 2010 All Rights Reserved.