BearingTo | Returns the bearing to the specified point in decimal degrees. |
Buffer | Returns an ellipse that is the locus of points equal to a specified distance from this point. |
Clone | Creates a new Point object and initializes it with the contents of this Point object. |
DistanceTo | Returns the distance to the specified point. |
CoordinateSystem | Returns or sets the coordinate system of the point. |
Extent | Returns the spatial extent of the point. It is always a zero area extent. |
IsMeasured | Returns True if the point contains a valid Measure value; False otherwise. |
Measure | Returns or sets the Measure value of the point. |
MGRS | Returns or sets the military grid reference system (MGRS) coordinate of the point. |
ShapeType | Returns a value that indicates the type of geometric shape associated with the Point object. |
x | Returns or sets the X coordinate of the point, in the Point object's coordinate system. |
y | Returns or sets the Y coordinate of the point, in the Point object's coordinate system. |
Z | Returns or sets the Z coordinate of the point, in the Point object's coordinate system. |