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


IHeightMeasurement Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IH > IHeightMeasurement Interface
ArcGIS Developer Help

IHeightMeasurement Interface

Height measurement and the associated uncertainty information.

Product Availability

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

Members

Name Description
Read/write property AngularUnit The angular unit of this height measurment.
Read/write property AzimuthAngleAtBase The object's base azimuth angle.
Read/write property AzimuthAngleAtTop The object's top azimuth angle.
Read/write property GroundProjectedAzimuthAngle The object's ground projected azimuth angle.
Read/write property HeightMeasurement The height measurement.
Read/write property HeightUncertainty The height measurement uncertainty.
Read/write property LinearUnit The linear unit of this height measurment.
Read/write property MinimumDistance The minimum distance between the two points measured.
Method Reset Resets all the properties of this IHeightMeasurement to their default values.
Read/write property ShadowAzimuthAngle The object's shadow azimuth angle.

Classes that implement IHeightMeasurement

Classes Description
HeightMeasurement Implements interface IHeightMeasurement (height measurement and its associated uncertainty information).