This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMensuration Interface > IMensuration.GetHeightFromTopAndTopShadow Method (ArcObjects .NET 10.5 SDK) |
Estimates the height of an object given the top map point of the object and the tip of the object's top shadow.
[Visual Basic .NET] Public Sub GetHeightFromTopAndTopShadow ( _ ByVal pTopOfObject As IPoint, _ ByVal pTopShadowOfObject As IPoint, _ ByRef ppHtMeasurement As IHeightMeasurement _ )
[C#] public void GetHeightFromTopAndTopShadow ( IPoint pTopOfObject, IPoint pTopShadowOfObject, ref IHeightMeasurement ppHtMeasurement );
[C++]
HRESULT GetHeightFromTopAndTopShadow(
IPoint* pTopOfObject,
IPoint* pTopShadowOfObject,
IHeightMeasurement** ppHtMeasurement
);
[C++]
Parameters pTopOfObject [in]
pTopOfObject is a parameter of type IPoint pTopShadowOfObject [in]
pTopShadowOfObject is a parameter of type IPoint ppHtMeasurement [out]
ppHtMeasurement is a parameter of type IHeightMeasurement