ESRI.ArcGIS.ADF.IMS
Point Class
Members  See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Geometry Namespace : Point Class




Class that represents an x,y coordinate.

Object Model

Point Class

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class Point 
   Inherits Geometry
Visual Basic (Usage)Copy Code
Dim instance As Point
C# 
[SerializableAttribute()]
public class Point : Geometry 

Example

Many examples in the library reference use Point. See the Remarks section for some locations of examples.

Remarks

Point is used to display points and select features on the map, to query the map at an individual point, and to return geometry of features from a query. See Geometry for details on these uses. Point is additionally used in other methods for selecting and specifying location. Some examples are to identify features ( FeatureLayer.Identify(Point, double)), to recenter the map ( View.CenterAt(Point), and to locate a scalebar on the map (Scalebar.Location).

Point is also used in a PointCollection to compose the shape of other geometry objects: Hole, Multipoint, and Path.

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

© 2011 All Rights Reserved.