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


IAngularMeasurement.HeightAtPoint1 Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IAngularMeasurement.HeightAtPoint1 Property

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

Product Availability

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

See Also

IAngularMeasurement Interface