ESRI.ArcGIS.Mobile
Point Constructor(Coordinate)
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Geometries Namespace > Point Class > Point Constructor : Point Constructor(Coordinate)

coordinate
A object of type Coordinate whose X, Y coordinates are used to initialize the properties of the new Point instance.
Initializes a new instance of the Point class with the same coordinates as an existing Coordinate object.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal coordinate As Coordinate _
)
C# 
public Point( 
   Coordinate coordinate
)

Parameters

coordinate
A object of type Coordinate whose X, Y coordinates are used to initialize the properties of the new Point instance.

Exceptions

ExceptionDescription
ArgumentNullExceptionNull coordinate.

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.