Click here to view all files
 
Gets or sets the Z (elevation) value of the point.

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

Syntax

C#
public double Z { get; set; }
Visual Basic (Declaration)
Public Property Z As Double

Field Value

The Z value.

Remarks

To efficiently set the location of a Point, you can use the overloaded SetCoordinates(Double, Double, Double) method to set the X, Y and Z properties of an existing Point in one method call.

The Z property of a Point is equivalent to the elevation in meters.

See Also

Relate Topics:
  CoordinateSystem Property
  GeometryType Property
  IsEmpty Property
  X Property
  Y Property
Created by Atop CHM to web converter,© 2009 all right reserved.