This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDistanceMeasurement Interface > IDistanceMeasurement.HeightAtPoint1 Property (ArcObjects .NET 10.5 SDK) |
The height measurement at the first point.
[Visual Basic .NET] Public Property HeightAtPoint1 As Double
[C#] public double HeightAtPoint1 {get; set;}
[C++]
HRESULT get_HeightAtPoint1(
double* pHeightAtPoint1
);
[C++]
HRESULT put_HeightAtPoint1(
double pHeightAtPoint1
);
[C++]
Parameters pHeightAtPoint1 [out, retval] pHeightAtPoint1 is a parameter of type double pHeightAtPoint1 [in] pHeightAtPoint1 is a parameter of type double