ESRI.ArcGIS.Mobile
Initialize(Envelope) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Geometries Namespace > Envelope Class > Initialize Method : Initialize(Envelope) Method

other
Input envelope.
Initializes the envelope using another envelope.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Initialize( _
   ByVal other As Envelope _
) 
C# 
public void Initialize( 
   Envelope other
)

Parameters

other
Input envelope.

Exceptions

ExceptionDescription
ArgumentNullExceptionNull input envelope.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also