ArcGIS API for WPF - Library Reference
Intersection Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Geometry Namespace > Envelope Class : Intersection Method

extent
Envelope to intersect with
Calculates the intersection between this instance and the specified envelope.

Syntax

Visual Basic (Declaration) 
Public Function Intersection( _
   ByVal extent As Envelope _
) As Envelope
C# 
public Envelope Intersection( 
   Envelope extent
)

Parameters

extent
Envelope to intersect with

Return Value

The intersecting envelope or null if they don't intersect.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.