Initializes a new instance of the Point class with the specified X, Y and Z coordinates and 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(
	double x,
	double y,
	double z,
	CoordinateSystem coordinateSystem
)
Visual Basic (Declaration)
Public Sub New ( _
	x As Double, _
	y As Double, _
	z As Double, _
	coordinateSystem As CoordinateSystem _
)

Parameters

x
Type: System..::.Double
The X coordinate.
y
Type: System..::.Double
The Y coordinate.
z
Type: System..::.Double
The Z coordinate.
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 location of the Point will be in space and the coordinate system.

See Also

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