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

coordinatesCollection
A collection of integer coordinates to contained within new envelope.
Initializes the envelope using a set of coordinates.
Initializes the envelope using a set of coordinates.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Initialize( _
   ByVal coordinatesCollection As IList(Of CoordinateCollection) _
) 
C# 
public void Initialize( 
   IList<CoordinateCollection> coordinatesCollection
)

Parameters

coordinatesCollection
A collection of integer coordinates to contained within new 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

© 2013 All Rights Reserved.