This document is archived and information here might be outdated.  Recommended version.


IGeometry.Envelope Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeometry Interface > IGeometry.Envelope Property
ArcGIS Developer Help

IGeometry.Envelope Property

Creates a copy of this geometry's envelope and returns it.

[Visual Basic .NET]
Public ReadOnly Property Envelope As IEnvelope
[C#]
public IEnvelope Envelope {get;}
[C++]
HRESULT get_Envelope(
  IEnvelope** newEnvelope
);
[C++]
Parameters
newEnvelope [out, retval]

newEnvelope is a parameter of type IEnvelope**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns the unique Envelope that binds the Geometry object.  This is the smallest Envelope that Contains the object.

Remarks

 

Envelope Example

See Also

IGeometry Interface

.NET Samples

Create custom move, rotate, and scale GeometricEffects within a single project Create custom move, rotate, and scale GeometricEffects within a single project RSS weather layer Triangle graphic element