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


IDistanceMeasurement.HeightAtPoint2 Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDistanceMeasurement Interface > IDistanceMeasurement.HeightAtPoint2 Property
ArcGIS Developer Help

IDistanceMeasurement.HeightAtPoint2 Property

The height measurement at the second point.

[Visual Basic .NET]
Public Property HeightAtPoint2 As Double
[C#]
public double HeightAtPoint2 {get; set;}
[C++]
HRESULT get_HeightAtPoint2(
  System.Double* pHeightAtPoint2
);
[C++]
HRESULT put_HeightAtPoint2(
  double pHeightAtPoint2
);
[C++]
Parameters
pHeightAtPoint2 [out, retval]

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

Product Availability

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

See Also

IDistanceMeasurement Interface