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




Class that represents an point feature on a map.

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 

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.

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.