This document is archived and information here might be outdated.  Recommended version.


IPointMeasurement.ZCoordinate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPointMeasurement Interface > IPointMeasurement.ZCoordinate Property
ArcGIS Developer Help

IPointMeasurement.ZCoordinate Property

The Z or orthometric height measurement.

[Visual Basic .NET]
Public Property ZCoordinate As Double
[C#]
public double ZCoordinate {get; set;}
[C++]
HRESULT get_ZCoordinate(
  System.Double* pZCoordinate
);
[C++]
HRESULT put_ZCoordinate(
  double pZCoordinate
);
[C++]
Parameters
pZCoordinate [out, retval]

pZCoordinate is a parameter of type double* pZCoordinate [in]
pZCoordinate is a parameter of type double

Product Availability

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

See Also

IPointMeasurement Interface