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


IEnvelopeGEN.Intersect Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnvelopeGEN Interface > IEnvelopeGEN.Intersect Method
ArcGIS Developer Help

IEnvelopeGEN.Intersect Method

Adjusts to include only the area also included by inEnvelope.

[Visual Basic .NET]
Public Sub Intersect ( _
    ByVal inEnvelope As IEnvelope _
)
[C#]
public void Intersect (
    IEnvelope inEnvelope
);
[C++]
HRESULT Intersect(
  IEnvelope* inEnvelope
);
[C++]
Parameters
inEnvelope 

inEnvelope is a parameter of type IEnvelope*

Product Availability

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

Description

refer to the Intersect method of IEnvelope

See Also

IEnvelopeGEN Interface