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

extent
The envelope to union with.
Returns the union of this instance and the specified envelope.

Syntax

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

Parameters

extent
The envelope to union with.

Return Value

Envelope containing both envelope

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.