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




Environment is an object that encapsulates environment and locale information.

Object Model

Environment Class

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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.