ArcGIS Explorer Component Help |
Point Constructor (Double, Double, CoordinateSystem) |
Point Class See Also |
Initializes a new instance of the Point class with the specified X and Y coordinates
and CoordinateSystem.
Namespace:
ESRI.ArcGISExplorer.GeometryAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public Point( double x, double y, CoordinateSystem coordinateSystem ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ x As Double, _ y As Double, _ coordinateSystem As CoordinateSystem _ ) |
Parameters
- x
- Type: System..::.Double
The X coordinate.
- y
- Type: System..::.Double
The Y 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. The point will be initialized with the Z property set to
NaN.