ArcObjects Library Reference (Geoprocessing)  

IGpPointObject.Z Property

The Z coordinate.

[Visual Basic .NET]
Public Property Z As Double
[C#]
public double Z {get; set;}
[C++]
HRESULT get_Z(
  double* Z
);
[C++]
HRESULT put_Z(
  double Z
);
[C++]

Parameters

Z [out, retval]   Z is a parameter of type double Z [in]   Z is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGpPointObject Interface