ArcGIS Explorer Component Help |
Point..::.GetCoordinates Method (Double%, Double%) |
Point Class See Also |
Gets the x and y coordinates of the Point.
Namespace:
ESRI.ArcGISExplorer.GeometryAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public void GetCoordinates( out double x, out double y ) |
Visual Basic (Declaration) |
---|
Public Sub GetCoordinates ( _ <OutAttribute> ByRef x As Double, _ <OutAttribute> ByRef y As Double _ ) |
Parameters
- x
- Type:
System..::.Double
%
A double with the value of the Point.X property.
- y
- Type:
System..::.Double
%
A double with the value of the Point.Y property.
Remarks
Use this method if you want to populate existing variables with the values of the
X and Y properties of the Point.