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




Class that represents an point feature on a map.

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 

Remarks

Point can also optionally store a Z value, to represent elevation, and also an M value, to represent a measure. Measures are often used in transportation applications where locations (e.g., "mileposts") along a road have a designated value that indicate a nominal distance, which may or may not correspond to the actual linear distance along the feature.

Inheritance Hierarchy

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

See Also

© 2010 All Rights Reserved.