Initializes a new instance of the Point class.

Namespace:  ESRI.ArcGISExplorer.Geometry

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public Point()
Visual Basic (Declaration)
Public Sub New

Remarks

Using this constructor will create a new Empty Point with no spatial properties. Overloaded constructors are available for efficient Point creation and definition of spatial location.

See Also