ESRI.ArcGIS.ADF.Web
Envelope Class
Members  See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.Geometry Namespace : Envelope Class




An object that has the properties of a rectangle and can be associated with a map, layout, or a feature.

Object Model

Envelope Class

Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("ESRI.ArcGIS.ADF.Web.Geometry.EnvelopeConverter, ESRI.ArcGIS.ADF.Web, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<SerializableAttribute()>
Public Class Envelope 
   Inherits Geometry
Visual Basic (Usage)Copy Code
Dim instance As Envelope
C# 
[TypeConverterAttribute("ESRI.ArcGIS.ADF.Web.Geometry.EnvelopeConverter, ESRI.ArcGIS.ADF.Web, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[SerializableAttribute()]
public class Envelope : Geometry 

Remarks

Normally the coordinates of the envelope are in map coordinates, rather than in screen (pixel) 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.