| ArcGIS Explorer Component Help | 
| Point..::.SetCoordinates Method (Double, Double, Double) | 
| Point Class See Also | 
            Sets the x, y and z coordinates of the Point.
            
    Namespace: 
   ESRI.ArcGISExplorer.GeometryAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
 Syntax
Syntax
| C# | 
|---|
| public void SetCoordinates( double x, double y, double z ) | 
| Visual Basic (Declaration) | 
|---|
| Public Sub SetCoordinates ( _ x As Double, _ y As Double, _ z As Double _ ) | 
Parameters
- x
- Type: System..::.Double
 A double which will set the X property.
- y
- Type: System..::.Double
 A double which will set the Y property.
- z
- Type: System..::.Double
 A double which will set the Z property.
 Remarks
Remarks
            Use this method to more efficiently set multiple properties of the point in one
            method call.
            




