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


IMensuration.GetHeightFromBaseAndTopShadow Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMensuration Interface > IMensuration.GetHeightFromBaseAndTopShadow Method
ArcGIS Developer Help

IMensuration.GetHeightFromBaseAndTopShadow Method

Estimates the height of an object given the map point of the object's base and the tip of the object's top shadow.

[Visual Basic .NET]
Public Sub GetHeightFromBaseAndTopShadow ( _
    ByVal pBaseOfObject As IPoint, _
    ByVal pTopShadowOfObject As IPoint, _
    ByRef ppHtMeasurement As IHeightMeasurement _
)
[C#]
public void GetHeightFromBaseAndTopShadow (
    IPoint pBaseOfObject,
    IPoint pTopShadowOfObject,
    ref IHeightMeasurement ppHtMeasurement
);
[C++]
HRESULT GetHeightFromBaseAndTopShadow(
  IPoint* pBaseOfObject,
  IPoint* pTopShadowOfObject,
  IHeightMeasurement** ppHtMeasurement
);
[C++]
Parameters
pBaseOfObject [in]

pBaseOfObject is a parameter of type IPoint* pTopShadowOfObject [in]
pTopShadowOfObject is a parameter of type IPoint* ppHtMeasurement [out]
ppHtMeasurement is a parameter of type IHeightMeasurement**

Product Availability

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

See Also

IMensuration Interface