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
inEnvelopeinEnvelope 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