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




Class that represents an x,y coordinate.

Object Model


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.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.IMS.Geometry.Geometry
      ESRI.ArcGIS.ADF.IMS.Geometry.Point

See Also

© 2010 All Rights Reserved.