| Visual Basic (Declaration) | |
|---|---|
<ComVisibleAttribute(False)> Public NotInheritable Class Envelope Inherits Geometry | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[ComVisibleAttribute(false)] public sealed class Envelope : Geometry | |
An example of accessing the envelope of a Polygon. This example assumes there is a member variable _taskUI pointing to the current TaskUI.
| C# | Copy Code |
|---|---|
ESRI.ArcGIS.E2API.Polygon MyPolygon = _taskUI.E2.CurrentView.TrackPolygon(); | |
| Visual Basic | Copy Code |
|---|---|
Dim MyPolygon As ESRI.ArcGIS.E2API.Polygon= _taskUI.E2.CurrentView.TrackPolygon() | |
System.Object
ESRI.ArcGIS.E2API.Geometry
ESRI.ArcGIS.E2API.Envelope
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
This class was added to the E2API at version 1.0.0.348.


~114.gif)
~114.gif)

~114.gif)
Copy Code