This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPointMeasurement Interface > IPointMeasurement.ZCoordinate Property (ArcObjects .NET 10.5 SDK) |
The Z or orthometric height measurement.
[Visual Basic .NET] Public Property ZCoordinate As Double
[C#] public double ZCoordinate {get; set;}
[C++]
HRESULT get_ZCoordinate(
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