ArcObjects Library Reference (Geometry)  

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