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

c
Checks if the given Coordinate lies in or on the envelope.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Contains( _
   ByVal c As Coordinate _
) As Boolean
C# 
public bool Contains( 
   Coordinate c
)

Parameters

c

Return Value

Returns true if the point lies in the interior or on the boundary of this Envelope.

Exceptions

ExceptionDescription
ArgumentNullExceptionNull coordinate to check envelope containment.

Requirements

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