ESRI.ArcGIS.ADF.Web
Envelope Class
Members  See Also 
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


Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("ESRI.ArcGIS.ADF.Web.Geometry.EnvelopeConverter, ESRI.ArcGIS.ADF.Web, Version=10.0.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.0.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.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.Web.Geometry.Geometry
      ESRI.ArcGIS.ADF.Web.Geometry.Envelope

See Also

© 2010 All Rights Reserved.