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


IMensuration3D.GetPoint3D Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMensuration3D.GetPoint3D Method

Computes a 3D point given a 2D map points.

[Visual Basic .NET]
Public Sub GetPoint3D ( _
    ByVal pInPoint As IPoint, _
    ByRef ppPointMeasurement As IPointMeasurement _
)
[C#]
public void GetPoint3D (
    IPoint pInPoint,
    ref IPointMeasurement ppPointMeasurement
);
[C++]
HRESULT GetPoint3D(
  IPoint* pInPoint,
  IPointMeasurement** ppPointMeasurement
);
[C++]

Parameters pInPoint [in]
pInPoint is a parameter of type IPoint ppPointMeasurement [out]
ppPointMeasurement is a parameter of type IPointMeasurement

Product Availability

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

See Also

IMensuration3D Interface