Initializes a new instance of the Point class with the specified CoordinateSystem.

Namespace:  ESRI.ArcGISExplorer.Geometry
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

Syntax

C#
public Point(
	CoordinateSystem coordinateSystem
)
Visual Basic (Declaration)
Public Sub New ( _
	coordinateSystem As CoordinateSystem _
)

Parameters

coordinateSystem
Type: ESRI.ArcGISExplorer.Geometry..::.CoordinateSystem
The CoordinateSystem of the new Point.

Remarks

Use this overload to initialize a Point if you know at initialization what the coordinate system of the geometry will be.

See Also

Relate Topics:
  Point Constructor
  Point Constructor (Double, Double)
  Point Constructor (Double, Double, CoordinateSystem)
  Point Constructor (Double, Double, Double)
  Point Constructor (Double, Double, Double, CoordinateSystem)
Created by Atop CHM to web converter,© 2009 all right reserved.